-
Notifications
You must be signed in to change notification settings - Fork 26
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
Crush application #7
Comments
Version of cuda: |
Yeah that's probably because of the CUDA version, I guess I typedef'd stuff that's now being defined by newer CUDA versions itself. You could try removing the conflicting typedefs in utils.h.cu: SimLOD/modules/progressive_octree/utils.h.cu Lines 11 to 16 in de23f1c
According to the error, int8_t is one of the problems. Maybe there will be another one once you fix that. |
After this fix I try to run application and I get this error: (0.761314) cpu.numProcessors: 8 launching 16 loader threads cuMemAlloc(&cptr_buffer, 300 MB); cuMemAlloc(&cptr_nodes, 40 MB); cuMemAlloc(&cptr_renderbuffer, 200 MB); cuMemAlloc(&cptr_stats, 104 ); cuMemAlloc(&cptr_buffer_persistent, 5'841 MB); ============================================== 6'381 MB================================================================================
SimLOD.exe (process 10816) exited with code -1073741819. |
Error log
simlod-error-log.txt
The text was updated successfully, but these errors were encountered: