NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
1.46k
stars
132
forks
source link
Replace pycuda with cuda-python calls #105
Closed
orperel closed 1 year ago
This change-set deprecates the pycuda usage, which complicated the Wisp installation due to GL extension compilation. Requires
pip install cuda-python
Changes:
cuda-python
bindings)cuda_guard.py
have been removed (no longer needed as context bugs are bypassed)pycuda
can be used as a fallback by setting the env variableENABLE_PYCUDA=1
New Wisp installation:
Signed-off-by: operel operel@nvidia.com