NVlabs / tiny-cuda-nn

Lightning fast C++/CUDA neural network framework
Other
3.54k stars 437 forks source link

Has anyone installed with RTX 4080 and windows 11? #235

Open Sinicyn78 opened 1 year ago

Sinicyn78 commented 1 year ago

Tried different options. unable to install.

Tom94 commented 1 year ago

Yes, works on my end. It will be easier for people to help you troubleshoot if you share details of your setup, i.e. driver version, CUDA version, compiler version and the log produced by trying to compile.

Are you going for the PyTorch bindings or native? If PyTorch, which PyTorch version (+PyTorch's CUDA version) do you have and what kind of Python installation are you using?

Sinicyn78 commented 1 year ago

Yes, works on my end. It will be easier for people to help you troubleshoot if you share details of your setup, i.e. driver version, CUDA version, compiler version and the log produced by trying to compile.

Are you going for the PyTorch bindings or native? If PyTorch, which PyTorch version (+PyTorch's CUDA version) do you have and what kind of Python installation are you using?

VS 2019, Cuda 12, display drivers 527, torch==1.12.1+cu113 torchvision==0.13.1+cu113

I'm trying to install nerfstudio. When I try to install pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch I get this error

image image
Sinicyn78 commented 1 year ago

Anyone help with the problem?

Tobe2d commented 1 year ago

I have the same exact issue

louhz commented 1 year ago

I think this may raised from incorrect torch cuda version since your are install pytorch with cuda 11.3 but the native cuda is not 11.3?

I have the same issue and fix it after downgrade the cuda version that match the pytorch