Skip to content

Curate a spreadsheet of initial algorithms #1

Closed
@cjnolet

Description

@cjnolet
No description provided.

Activity

self-assigned this
on Jun 21, 2019
teju85

teju85 commented on Feb 3, 2020

@teju85
Member

Going forward we'll NOT be relying on nvgraph. Thus, we need to be migrating out of cugraph, the things that cuml currently uses in nvgraph. For starters: Everything nvgraph related in spectral.h

Just a note for cuml-devs, to complete this process at our end.

  1. We'll need to remove nvgraph_wrappers.h
  2. Remove all references of nvgraph from CMakeLists.txt and test/CMakeLists.txt
  3. Similarly also from spectral.hpp and spectral.cu
cjnolet

cjnolet commented on Feb 6, 2020

@cjnolet
MemberAuthor

Just to capture an initial inventory of shared prims, based on discussions so far (Please feel free to list any others here as well):

Sparse prims:

  • Weak CC
  • Spectral clustering
  • COO/CSR conversion routines
  • CSR L1 & Max normalization
  • Transposed sum

API:

  • handle
  • communicator
teju85

teju85 commented on Feb 7, 2020

@teju85
Member

being explicit...

API:

  • device/host allocators
    • default allocator
    • RMM based allocator
    • and maybe, even cub based caching allocator
added a commit that references this issue on Jun 3, 2020

Merge pull request #1 from dantegd/fea-ext-comms-pr1

e9c0995
added a commit that references this issue on Jul 22, 2020

Merge pull request #1 from rapidsai/branch-0.15

6addadc
added a commit that references this issue on Oct 27, 2020

Merge pull request #1 from divyegala/simple-gtests

33a0d59
github-actions

github-actions commented on Feb 16, 2021

@github-actions

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

github-actions

github-actions commented on Feb 16, 2021

@github-actions

This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.

divyegala

divyegala commented on Jul 16, 2021

@divyegala
Member

@cjnolet @teju85 can this issue be closed?

added a commit that references this issue on Oct 25, 2022

Merge pull request #1 from bdice/patch-1

633ffa4

3 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Curate a spreadsheet of initial algorithms · Issue #1 · rapidsai/raft