tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

Is the RTX4070ti supported?

Open zzc20001 opened this issue 1 year ago • 0 comments

GPU: RTX4070Ti CUDA: 11.8 Python: 3.10 When I followed the tutorial to clone and compile, I encountered the problems listed below. It also didn't work when I initially used CUDA 11.3. I would like to know why this is happening. Does tiny cuda nn support the 4070Ti?

-- The CUDA compiler identification is unknown
-- Check for working CUDA compiler: /bin/nvcc
CMake Error in /home/yuanjing/ljh/AIGC/temp/tiny-cuda-nn/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
  CUDA_ARCHITECTURES is empty for target "cmTC_b6b59".


CMake Error in /home/yuanjing/ljh/AIGC/temp/tiny-cuda-nn/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
  CUDA_ARCHITECTURES is empty for target "cmTC_b6b59".


CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCUDACompiler.cmake:43 (try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  CMakeLists.txt:25 (project)


-- Configuring incomplete, errors occurred!
See also "/home/yuanjing/ljh/AIGC/temp/tiny-cuda-nn/build/CMakeFiles/CMakeOutput.log".
See also "/home/yuanjing/ljh/AIGC/temp/tiny-cuda-nn/build/CMakeFiles/CMakeError.log".

zzc20001 avatar Feb 20 '24 03:02 zzc20001