You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the same thing:
CMake Error at /home/colab/anaconda3/envs/dpvo/lib/python3.10/site-packages/cmake/data/share/cmake-3.22/Modules/CMakeTestCUDACompiler.cmake:56 (message):
The CUDA compiler
"/usr/bin/nvcc"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /home/colab/code/DPVO/DPViewer/build/temp.linux-x86_64-3.10/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e03e9/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e03e9.dir/build.make CMakeFiles/cmTC_e03e9.dir/build
gmake[1]: Entering directory '/home/colab/code/DPVO/DPViewer/build/temp.linux-x86_64-3.10/CMakeFiles/CMakeTmp'
Building CUDA object CMakeFiles/cmTC_e03e9.dir/main.cu.o
/usr/bin/nvcc -c /home/colab/code/DPVO/DPViewer/build/temp.linux-x86_64-3.10/CMakeFiles/CMakeTmp/main.cu -o CMakeFiles/cmTC_e03e9.dir/main.cu.o
ptxas /tmp/tmpxft_0024e7e0_00000000-6_main.ptx, line 9; fatal : Unsupported .version 8.2; current version is '7.7'
ptxas fatal : Ptx assembly aborted due to errors
gmake[1]: *** [CMakeFiles/cmTC_e03e9.dir/build.make:78: CMakeFiles/cmTC_e03e9.dir/main.cu.o] Error 255
gmake[1]: Leaving directory '/home/colab/code/DPVO/DPViewer/build/temp.linux-x86_64-3.10/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e03e9/fast] Error 2
No description provided.
The text was updated successfully, but these errors were encountered: