Skip to content
Discussion options

You must be logged in to vote

There are only minor differences in terms of efficiency related to the ordering of edges, and it's not really controllable by the user. The efficiency solely depends on how many atomic operations overlap within parallel CUDA threads that point to the same target node and same feature index. As such, source/row-wise ordering or random ordering will likely perform equal, while target/col-wise ordering can bot does not have be slower.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by errhernandez
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