Thank you for releasing this amazing project!
I've noticed that the code works with CUDA10 & GTX 1080Ti properly, whereas RTX 20 series seems to be incompatible.
Specifically, I tried RTX 2080 with CUDA9 and CUDA10 in the docker container, the program will get stuck at function "ori_par" (L.400 in s_orientation.cu) after calling cudaDeviceSynchronize() (L.427 in s_orientation.cu).
I have also tried to modify the CMakeLists.txt to add sm_75 support but the issue still exits.
Would to take a look to see if it can be resolved cheaply?
Thank you for releasing this amazing project!
I've noticed that the code works with CUDA10 & GTX 1080Ti properly, whereas RTX 20 series seems to be incompatible.
Specifically, I tried RTX 2080 with CUDA9 and CUDA10 in the docker container, the program will get stuck at function "ori_par" (L.400 in s_orientation.cu) after calling cudaDeviceSynchronize() (L.427 in s_orientation.cu).
I have also tried to modify the CMakeLists.txt to add sm_75 support but the issue still exits.
Would to take a look to see if it can be resolved cheaply?