CUDA complains about nvcc being an “unsupported toolchain”
问题 I've made a 1D convolution program in CUDA - but for some reason the executable doesn't run as CUDA complains "the provided PTX was compiled with an unsupported toolchain" (this error is thrown on the first CUDA library function). My program was compiled with nvcc, with the command I used being exactly: nvcc program.cu -o program and the command I used to run the resultant executable: ./program . Googling returns little to no results - any help? 回答1: This issue has been solved. The problem