nv-tlabs / NKSR

[CVPR 2023 Highlight] Neural Kernel Surface Reconstruction
https://research.nvidia.com/labs/toronto-ai/NKSR
Other
735 stars 43 forks source link

NKSR deploy in lower version of cuda? #30

Closed Saixiaoma closed 1 year ago

Saixiaoma commented 1 year ago

Hi, Can the NKSR library support a lower version of cuda? For example cuda11.3.

heiwang1997 commented 1 year ago

Yes, it can. The CUDA version is actually determined by your pytorch installation, instead of your system cuda. You can select the correct version of NKSR to install based on this page, where cu113 is available for pytorch 1.12.0.

Saixiaoma commented 1 year ago

Thanks a lot