instant-ngp
instant-ngp copied to clipboard
When I execute the command instant-ngp$ cmake --build build --config RelWithDebInfo -j, an error occurs
When I execute the command instant-ngp$ cmake --build build --config RelWithDebInfo -j, an error occurs ,The error is reported as follows: Built target glfw_objects /home/ubuntu/instant-ngp/dependencies/tiny-cuda-nn/include/tiny-cuda-nn/cuda_graph.h(91): error: identifier "cudaStreamCaptureModeRelaxed" is undefined
/home/ubuntu/instant-ngp/dependencies/tiny-cuda-nn/include/tiny-cuda-nn/cuda_graph.h(91): error: too many arguments in function call
make[1]: *** [CMakeFiles/optix_program.dir/all] Error 2 Makefile:90: recipe for target 'all' failed make: *** [all] Error 2
how to slove?