Replies: 1 comment 9 replies
-
This seems to be a size mismatch error. Could you switch to the CPU to see what it breaks? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m trying to map a tensor from one graph G (with 65k nodes) to a “latent space” graph G’ with just 5882 nodes (i.e. do a GATconv on a bipartite G -> G’ mapping):
The call to forward_mapper triggers a CUDA assert:
CUDA kernel errors might be asynchronously reported at some other API call, so the stack trace below might be incorrect.
For debugging consider passing
CUDA_LAUNCH_BLOCKING=1
.Any idea what’s going wrong? Thanks! 🙏
PS: My pyg version info (CUDA 11.6 and pytorch 1.12.1)
Beta Was this translation helpful? Give feedback.
All reactions