tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Segmentation fault Error While Building.
1.Environment
- Ubuntu 20.04
- RTX 4090
- cuda 12.2 535
- Cmake 3.30
- GNU 9.x
2.Error Report
when I run command cmake --build ./build -j 4
,it report the error
[ 15%] Built target fmt
[ 20%] Building CUDA object CMakeFiles/tiny-cuda-nn.dir/src/encoding.cu.o
Segmentation fault (core dumped)
make[2]: *** [CMakeFiles/tiny-cuda-nn.dir/build.make:122: CMakeFiles/tiny-cuda-nn.dir/src/encoding.cu.o] Error 139
make[1]: *** [CMakeFiles/Makefile2:136: CMakeFiles/tiny-cuda-nn.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
how to solve it ?