Open dylanhusted opened 2 years ago
I have got the same error, found any solution?
@manaspalaparthi No unfortunately we had to move on from this because we couldn't find a clear solution
Hi, CUDA 10.2 and Visual Studio 2019 in C++14 mode don't seem to play well together. Could you try upgrading CUDA to 11.5 or higher? I've updated the "Requirements" section of the README to reflect this.
Can I ask where is TCNN_MIN_CUDA_ARCH defined?
I am trying to append tcnn into my project as a static library and I cant figure out where is this variable defined.
We're trying to install instant-ngp on a Windows 10 machine with an NVIDIA GeForce 2080Ti graphics card. We followed this github repo and this tutorial: https://www.youtube.com/watch?v=8pfPUN8NyZE
We are erroring out on the
cmake --build build --config RelWithDebInfo -j 16
command. What can we do to resolve this"TCNN_MIN_GPU_ARCH" is undefined
error? Updating submodules didn't work for us, which was noted here: https://github.com/NVlabs/instant-ngp/issues/54