-
Notifications
You must be signed in to change notification settings - Fork 66
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
mixbench-cuda hangs in the middle of test #27
Comments
After some time the following error appears:
|
Could you set explicitly CC7.5 at CMakeLists.txt line 10 and try building and running again? Does this issue still occurs? |
No luck - tried using GCC-7.5 and setting "-gencode arch=compute_75,code=[sm_75,compute_75]" too as GTX 2080 is Turing arch. |
I had a similar issue with mixbench-cuda hanging. It was running at 100% GPU load, but not progressing. I commented out the following lines in mix_kernels_cuda.cu, then the code ran ok.
|
Stock Ubuntu 20.04, CUDA 11.2 :
mixbench-opencl runs normally
The text was updated successfully, but these errors were encountered: