Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I was running: cmake . -B build
I received this error:
`-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19043.
-- The CUDA compiler identification is NVIDIA 11.6.55
CMake Error at C:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCUDACompiler.cmake:559 (message):
Failed to find a working CUDA architecture.
Call Stack (most recent call first):
CMakeLists.txt:11 (PROJECT)
And here are CMakeOutput.log and CMakeError.log:
Does anyone have an idea how to fix this?
The solution on this page https://github.com/NVlabs/instant-ngp#troubleshooting-compile-errors
also doesn't work
CMakeError.log
CMakeOutput.log
Beta Was this translation helpful? Give feedback.
All reactions