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
Hello, i tried to compile instant ngp following the istructions at this page https://github.com/bycloudai/instant-ngp-Windows .
When I launch the cmake build "cmake --build build --config RelWithDebInfo -j 16" it comes to an error MSB3721. I have tried 3 versions of CUDA Toolkit 10.2 , 11.6 , 11.7 and the result is the same.
I have an Acer Nitro 5 with an RTX 2060 and Windows 10; the NVIDIA driver currently installed is NVIDIA Studio 512.96 .
Other system info:
-Cmake 3.25
-Visual Studio 2019 updated
-OptiX 7.6
-Pyhton 3.9
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, i tried to compile instant ngp following the istructions at this page https://github.com/bycloudai/instant-ngp-Windows .
When I launch the cmake build "cmake --build build --config RelWithDebInfo -j 16" it comes to an error MSB3721. I have tried 3 versions of CUDA Toolkit 10.2 , 11.6 , 11.7 and the result is the same.
I have an Acer Nitro 5 with an RTX 2060 and Windows 10; the NVIDIA driver currently installed is NVIDIA Studio 512.96 .
Other system info:
-Cmake 3.25
-Visual Studio 2019 updated
-OptiX 7.6
-Pyhton 3.9
This is the error message i get:
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 11.6.t
argets(879,9): error MSB3721: uscita dal comando ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin\nvcc.ex
e" -dlink -o ngp.dir\RelWithDebInfo\ngp.device-link.obj -Xcompiler "/EHsc /W1 /nologo /O2 /FdC:\Users\paolo\Utils\NVIDI
Angp\instant-ngp\build\RelWithDebInfo\ngp.pdb /Zi /MD /GR" -L"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6
\bin/crt" -L"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64" "C:\VulkanSDK\1.3.236.0\Lib\vulkan-1.lib
" nvsdk_ngx_d.lib opengl32.lib "dependencies\tiny-cuda-nn\RelWithDebInfo\tiny-cuda-nn.lib" cuda.lib "dependencies\tiny-
cuda-nn\dependencies\fmt\RelWithDebInfo\fmt.lib" cudadevrt.lib cudart.lib kernel32.lib user32.lib gdi32.lib winspool.li
b comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib -forward-unknown-to-hos
t-compiler -Wno-deprecated-gpu-targets -D_WINDOWS -Xcompiler=" /GR /EHsc" -Xcompiler=" -Zi -O2 -Ob1" -DNDEBUG --generat
e-code=arch=compute_75,code=[compute_75,sm_75] -Xcompiler=-MD --machine 64 ngp.dir\RelWithDebInfo\dlss.obj ngp.dir\Re
lWithDebInfo\camera_path.obj ngp.dir\RelWithDebInfo\common.obj ngp.dir\RelWithDebInfo\common_device.obj ngp.dir\RelWith
DebInfo\marching_cubes.obj ngp.dir\RelWithDebInfo\nerf_loader.obj ngp.dir\RelWithDebInfo\render_buffer.obj ngp.dir\RelW
ithDebInfo\testbed.obj ngp.dir\RelWithDebInfo\testbed_image.obj ngp.dir\RelWithDebInfo\testbed_nerf.obj ngp.dir\RelWith
DebInfo\testbed_sdf.obj ngp.dir\RelWithDebInfo\testbed_volume.obj ngp.dir\RelWithDebInfo\tinyexr_wrapper.obj ngp.dir\Re
lWithDebInfo\triangle_bvh.obj" con codice 1. [C:\Users\paolo\Utils\NVIDIAngp\instant-ngp\build\ngp.vcxproj]"
Thank you in advice for your help.
Beta Was this translation helpful? Give feedback.
All reactions