Skip to content
Discussion options

You must be logged in to vote

The CUDA implementation will not build a KDTree. It will leverage the "power of parallel processors" to check if every element is within radius of the central node. As such, it's non-parallel runtime complexity will be O(N^2). Given N parallel processors, it runtime is reduced to O(N).

Edit: Here is the link to the code which sits in torch-cluster.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@PabloVD
Comment options

@rusty1s
Comment options

@PabloVD
Comment options

@rusty1s
Comment options

@PabloVD
Comment options

Answer selected by PabloVD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants