We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I run command cmake --build ./build -j 4,it report the error
cmake --build ./build -j 4
[ 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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.Environment
2.Error Report
when I run command
cmake --build ./build -j 4
,it report the errorhow to solve it ?
The text was updated successfully, but these errors were encountered: