<div dir="ltr"><div>Hello Wonjoong,</div><div><br></div><div>I had a similar issue with my GTX 980, and the problem lies in the file CMakeLists.txt that is in your gate_v8.0 directory. Much like in GATE 7.2, you need to find the line CUDA_NVCC_FLAGS and search for "gencode arch=compute_XX,code=sm_XX" and replace the value represented by the XX characters (likely 21) with the compute capability for the Pascal architecture cards which is 61.</div><div><br></div><div>After making this change the compilation should work as usual.</div><div><br></div><div>Good luck!</div><div><br></div><div>-Bryan</div></div>