NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.33k stars 387 forks source link

UserWarning: tinycudann was built for lower compute capability (86) than the system's (89). Performance may be suboptimal. #97

Closed Islaster closed 1 year ago

Islaster commented 1 year ago

UserWarning: tinycudann was built for lower compute capability (86) than the system's (89). Performance may be suboptimal.

What does this warning mean?

iam-machine commented 1 year ago

I have the same warning 🤔

saurabheights commented 1 year ago

It's a warning, not an error. You can ignore it. It's basically checking that you have better gpu card but code is compiled for older GPU cards ( in layman terms). So if you compile for CC 89, the code will be faster.

Miaosheng1 commented 11 months ago

i also got this warning. it seems my performance have stuck into suboptimal results. My CUDA Version is 12.0 Running on 4090. torch version 2.0.1+cu117