NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.46k stars 131 forks source link

BLAS: Support for bitgrid & DDA marcher #148

Open orperel opened 1 year ago

orperel commented 1 year ago

In addition to the current SPC raymarcher, the following NGP features would be useful to integrate:

  1. Bottom level acceleration structure: occupancy bitgrid
  2. DDA ray marcher, backed by a CUDA kernel using the above blas (train time)
  3. Wavefront raymarcher kernel (inference time)