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.45k stars 132 forks source link

Replace pycuda with cuda-python calls #105

Closed orperel closed 1 year ago

orperel commented 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:

New Wisp installation:

pip install -r requirements.txt
pip install -r requirements_app.txt
python setup.py develop

Signed-off-by: operel operel@nvidia.com