Crush application
Version of cuda: version.json
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: https://github.com/m-schuetz/SimLOD/blob/de23f1cb51334726b4718979e461af2db258ffd8/modules/progressive_octree/utils.h.cu#L11-L16
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:
================================================================================ building CUDA program compiling progressive_octree_voxels.cu CUDA_PATH is set to: F:\apps\Cuda
- compiled in 0.657s compiling utils.cu CUDA_PATH is set to: F:\apps\Cuda
- compiled in 0.086s cuda error code: 200 cuda error code: 200 cuda error code: 200 link error message: link info message: cuda error code: 200
SimLOD.exe (process 10816) exited with code -1073741819.