-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Cuda_assert: unknown error #6
Comments
line 442-449 in cuda_render.cpp |
Have you solved this question?I meet the same problem with you |
I got the same error. |
I failed to run this code on a remote server while I succeeded in running it on the local computer. The problem may be caused by the graphic display setting of the computer. The remote server is likely to use Integrated graphics instead of independent GPU by default. |
Thank you a lot. I have got your idea. |
I got the same error. How to save as obj or video format? |
I had the same problem and asked a question at nigels-com/glew#375 to see if there's a solution. Anyone found a solution? |
I had the same issue, and fixed it by adding __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia before the command; the second one absolutely necessary for it to start. __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./mega-nerf-viewer ~/data/rubble/output/rubble_octree.npz --model_path ~/data/rubble/rubble-pixsfm-8.pt |
Loading model from: "/home/DISCOVER_summer2022/houc/mega-nerf/Datasets/building-pixsfm/building-pixsfm-8.pt" Model loaded cuda_assert: unknown error /home/DISCOVER_summer2022/houc/mega-nerf-viewer/src/renderer/cuda_renderer.cpp 444 Segmentation fault
The text was updated successfully, but these errors were encountered: