Open adsharma opened 1 week ago
New Feature
Critical (currently preventing usage)
networkx implements a spectral_ordering algorithm that's useful for some applications. I couldn't find a GPU accelerated variant in cugraph.
I see two spectral clustering algorithms, which are not the same.
Implement a cugraph equivalent of nx.spectral_ordering()
nx.spectral_ordering()
Used the CPU variant. It was slow.
No response
Some research on why existing spectral clustering algorithms in cugraph are insufficient:
https://journals.aps.org/prresearch/abstract/10.1103/PhysRevResearch.5.023006
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Critical (currently preventing usage)
Please provide a clear description of problem this feature solves
networkx implements a spectral_ordering algorithm that's useful for some applications. I couldn't find a GPU accelerated variant in cugraph.
I see two spectral clustering algorithms, which are not the same.
Describe your ideal solution
Implement a cugraph equivalent of
nx.spectral_ordering()
Describe any alternatives you have considered
Used the CPU variant. It was slow.
Additional context
No response
Code of Conduct