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 133 forks source link

dont hide CUDA context error #63

Closed 3a1b2c3 closed 1 year ago

3a1b2c3 commented 1 year ago

For my particular problem also the order of initialization seems to matter. Not sure that is generally a good idea https://github.com/inducer/pycuda/issues/281

orperel commented 1 year ago

Hi @3a1b2c3 ! Was the issue solved for you after all, or do you still require the re-ordering proposed on the pycuda thread?