You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a problem while installing tiny-cuda-nn on windows 10. I worked fine on ubuntu but now I need it on windows.
Im using CUDA 11.8 and have visual studio 2019 installed. Pytorch version is 2.0.1 and cmake version is 3.30.3. I'm using RTX 4090
C:\Users\IML\AppData\Local\Temp\pip-req-build-baggulcg\src\cutlass_mlp.cu(277): here
instantiation of "void tcnn::CutlassMLP<T>::backward_impl(cudaStream_t, const tcnn::Context &, const tcnn::GPUMatrixDynamic<T> &, const tcnn::GPUMatrixDynamic<T> &, const tcnn::GPUMatrixDynamic<T> &, tcnn::GPUMatrixDynamic<T> *, __nv_bool, tcnn::GradientMode) [with T=tcnn::network_precision_t]"
C:\Users\IML\AppData\Local\Temp\pip-req-build-baggulcg\src\cutlass_mlp.cu(374): here
43 errors detected in the compilation of "../../src/cutlass_mlp.cu".
cutlass_mlp.cu
error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.8\\bin\\nvcc' failed with exit code 1
[end of output] note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tinycudann
Running setup.py clean for tinycudann
Failed to build tinycudann
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (tinycudann)
The text was updated successfully, but these errors were encountered:
I am facing a problem while installing tiny-cuda-nn on windows 10. I worked fine on ubuntu but now I need it on windows.
Im using CUDA 11.8 and have visual studio 2019 installed. Pytorch version is 2.0.1 and cmake version is 3.30.3. I'm using RTX 4090
The text was updated successfully, but these errors were encountered: