-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
random_walk_cuda is causing an illegal memory access #176
Comments
This seems to be currently failing because node 6 is an isolated node, so |
This is a minimum example, the actual graph is more complicated and I can't remove the isolated nodes. Also, this doesn't fail for any other values of p or q. It also only happens in the CUDA version, not the CPU version. All that being said, I'm not sure what exactly is going on. |
@rusty1s just wanted to check if you had the chance to see this yet this evening. |
Will take a look soon. |
Wondering if there are any updates on this issue. |
Not yet, sorry for the delay. |
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved? |
Hi,
When running the following code, I get an illegal memory access error with the following graph. I am not sure why and do not understand the algorithm or C++ well enough to track it down. I do not get the error when I set device to
'cpu'
.I'm using the nightly build of pyg installed through a locally built conda package, and version 1.6.1 of PyTorch-cluster.
EDIT:
Here's the error I get
The text was updated successfully, but these errors were encountered: