-
Notifications
You must be signed in to change notification settings - Fork 21
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
Running Error: CUDA error 11 [src/ssb/gpu_utils.h, 21]: invalid argument #3
Comments
In details, the error message is: $ ./bin/ssb/q11 |
Have you configured BASE_PATH is ssb_utils.h ? |
Yes. I think I modified it. In src/ssb/ssb_utils.h, I configured: #define BASE_PATH "/home/spark/GPUdb/crystal/test/ssb/data/” "/home/spark/GPUdb/crystal/test/ssb/data/” is my path. |
I just checked, the error is due to it not finding files. |
Yes. It works now. Thank you. |
hi, there. I get almost exactly same mistake when I runned "./bin/ssb/q11". In details, the error message is: |
I following the README, and complied the test example.
However, the error occurs when I runned "./bin/ssb/q11".
"
** LOADED DATA **
CUDA error 11 [src/ssb/gpu_utils.h, 21]: invalid argument
"
The error seems due to "cudaMemcpy(dest, src, sizeof(T) * numEntries, cudaMemcpyHostToDevice)".
Could you please help me identify the reason. Thank you.
The text was updated successfully, but these errors were encountered: