Reaching an error with nodeneighborhood loader #4177
Unanswered
akul-goyal
asked this question in
Q&A
Replies: 2 comments 8 replies
-
Thanks for reporting. Do you have a minimal script to reproduce this? I'm happy to look into this. |
Beta Was this translation helpful? Give feedback.
7 replies
-
@rusty1s Do you know if there was there any update on this? |
Beta Was this translation helpful? Give feedback.
1 reply
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 am getting the following error:
RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling
cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)
If I change the batch size of the loader then the error goes away. Investigating a little deeper, some of the subgraphs getting passed into the model are a couple of magnitudes bigger than the norm (like 6 nodes vs 300 nodes with batch size 3). The error spits out with these bigger subgraphs. I don't get this issue with high batch sizes (2048, 4096) but it appears in lower batch sizes (3->10).
Beta Was this translation helpful? Give feedback.
All reactions