NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
15.9k stars 1.91k forks source link

"TCNN_MIN_GPU_ARCH" is undefined testbed.exe is not showing up in build folder #1091

Open AKanoniOS opened 1 year ago

AKanoniOS commented 1 year ago

Windows11 CUDA 10.2 Optix 7.5 GTX 1060 CMake 3.22 VS2019 Community

cmake . -B build - I run this and everything goes smoothly cmake --build build --config RelWithDebInfo -j 16 - this is where I get the errors

I'm getting the following errors:

C:\ngp\instant-ngp\dependencies\tiny-cuda-nn\include\tiny-cuda-nn/common.h(52): error : identifier "TCNN_MIN_GPU_ARCH" is undefined [C:\ngp\instant-ngp\build\optix_program.vcxproj]z

1 error detected in the compilation of "C:/Users/schme/AppData/Local/Temp/tmpxft_00000f9c_00000000-7_raystab.cpp1.ii". CUDACOMPILE : nvcc warning : The -std=c++14 flag is not supported with the configured host compiler. Flag will be ignored. [C:\ngp\instant-ngp\build\optix_program.vcxproj] raystab.cu

pathescape.cu

raytrace.cu

testbed.exe is not showing up in my build folder.

DuVogel87 commented 1 year ago

Hi Did you solve the issue(s)? I have the same problems and I am looking for solutions and help. Cheers from Germany!

Epablom commented 1 year ago

I know testbed.exe changed its name to instant-ngp.exe.