tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

WHL for Windows?

Open SoftologyPro opened this issue 1 year ago • 8 comments

Does anyone have a whl for Windows installation? I cannot get tiny-cuda-nn installed under Windows and having a pre-built whl file would make it so much simpler for myself and others on Windows.

SoftologyPro avatar May 21 '23 06:05 SoftologyPro

Same here, compile error all the way...

GaussianGuaicai avatar May 25 '23 09:05 GaussianGuaicai

Would appreciate this as well.

realsammyt avatar Jun 01 '23 15:06 realsammyt

Bump after trying serval of the solutions posed about before non seem to work ( downgrading cuda , using visual studio 2019 , using a developer comand prompt window , using the correct torch version ect..)

edmundman avatar Jun 18 '23 08:06 edmundman

Same here...error... we need windows support

Gitterman69 avatar Jun 19 '23 03:06 Gitterman69

Please do provide a WHL for Windows. This is now killing multiple Python projects on Windows that decided to use tiny-cuda-nn.

SoftologyPro avatar Aug 23 '23 13:08 SoftologyPro

FWIW You can try this (unofficial/use at your own risk). Please double check your version of CUDA/PyTorch matches what I've used and note that it's compiled with CUDA compute 86 arch, not 89 (so not all features will be used on newer GPUs (e.g. 40 series)). Unfortunately I won't have the resources to support the whl. (However, in that issue you'll find the hacky workarounds I've used to compile)

GeorgeProfenzaD3 avatar Oct 25 '23 08:10 GeorgeProfenzaD3

FWIW You can try this (unofficial/use at your own risk). Please double check your version of CUDA/PyTorch matches what I've used and note that it's compiled with CUDA compute 86 arch, not 89 (so not all features will be used on newer GPUs (e.g. 40 series)). Unfortunately I won't have the resources to support the whl. (However, in that issue you'll find the hacky workarounds I've used to compile)

Link is dead

alessandro893 avatar Jan 29 '24 13:01 alessandro893

Here is my link for tinycudann 1.7 (py3.10, cuda 12.1), there are two versions - for 30** (cc86) and for 40** (cc89)

https://github.com/alessandro893/Cuda-Python-whl/releases/tag/tinycudann1.7

alessandro893 avatar Feb 07 '24 08:02 alessandro893