NVIDIA / gvdb-voxels

Sparse volume compute and rendering on NVIDIA GPUs
Other
672 stars 144 forks source link

PTX JIT compilation failed #143

Open alich65 opened 9 months ago

alich65 commented 9 months ago

Hi, I used CMake with below parameters: 1111

When I open gDepthMap in Visual Studio 2022, I face with this error:

Device List:
Max. texture3D width: 2048
Max. texture3D height: 2048
Max. texture3D depth: 2048
   0. GeForce 710M
   Using Device: 0, GeForce 710M, Context: 000002AB321E6AF0
GVDB CUDA ERROR:
  Launch status: a PTX JIT compilation failed
  Kernel status: no error
  Caller: VolumeGVDB::LoadFunction
  Call:   cuModuleLoad
  Args:   cuda_gvdb_module.ptx
Error. Application will exit.

Could anyone help me?