You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if you encountered the issue before. After building the files whose suffix end with (.cu) with the nvcc flag "-arch=sm_70", the program will hang after stage 1. It will also generate many temporary files in the current directory while hanging.
Without the flag, the program will run to completion.
I also notice that in the CMakeFile, the CUDA architectures/compute capacity are not specified.
Thanks
The text was updated successfully, but these errors were encountered:
I am not sure if you encountered the issue before. After building the files whose suffix end with (.cu) with the nvcc flag "-arch=sm_70", the program will hang after stage 1. It will also generate many temporary files in the current directory while hanging.
Without the flag, the program will run to completion.
I also notice that in the CMakeFile, the CUDA architectures/compute capacity are not specified.
Thanks
The text was updated successfully, but these errors were encountered: