While trying to build the code under Linux 64, Ubuntu getting this error:
nvlink fatal : Input file '/usr/local/cuda/lib64/libcudadevrt.a:cuda_device_runtime.o' newer than toolkit (129 vs 120)
make: *** [Makefiles/Makefile.linux64:20: memtestG80] Error 1
Have found one link and tried that "fix" - didn't work for me:
https://forums.developer.nvidia.com/t/nvlink-fatal/136201
Any other ideas how could I finish linking. Looks like compilation makes all the files.
But how to make the final executable I can't find out.
While trying to build the code under Linux 64, Ubuntu getting this error:
nvlink fatal : Input file '/usr/local/cuda/lib64/libcudadevrt.a:cuda_device_runtime.o' newer than toolkit (129 vs 120)
make: *** [Makefiles/Makefile.linux64:20: memtestG80] Error 1
Have found one link and tried that "fix" - didn't work for me:
https://forums.developer.nvidia.com/t/nvlink-fatal/136201
Any other ideas how could I finish linking. Looks like compilation makes all the files.
But how to make the final executable I can't find out.