Skip to content
Discussion options

You must be logged in to vote

If you do not specify max_num_elements it will be inferred via bincount().max(), and it will not drop any nodes. It will only drop nodes if you explicitly specify max_num_elements to be smaller than the maximum nodes in one of your graphs.

In general, you don't need to worry about setting this argument at all. The reason we introduced this argument in the first-place is due to compilation and to avoid a device sync between CPU and GPU.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@rusty1s
Comment options

Answer selected by erikhuck
@erikhuck
Comment options

@rusty1s
Comment options

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