liutinglt / CE2P

214 stars 41 forks source link

error when sh build.sh #33

Open jinx-USTC opened 5 years ago

jinx-USTC commented 5 years ago

图片1 when i used the original script, i got the error: nvcc fatal : Unsupported gpu architecture 'compute_61'

when i change it to: image i got another error: Error limit reached. 100 errors detected in the compilation of "/tmp/tmpxft_000127d9_00000000-20_bn.compute_30.cpp3.i". Compilation terminated.

jinx-USTC commented 5 years ago

my cuda version is 9.2

liutinglt commented 4 years ago

@jinx-USTC You can refer to https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/ to change it

ToumaKazusa3 commented 4 years ago

@jinx-USTC i have the same question, have you solved the question?