tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Lightning fast C++/CUDA neural network framework
GPU: RTX4070Ti CUDA: 11.8 Python: 3.10 When I followed the tutorial to clone and compile, I encountered the problems listed below. It also didn't work when I initially used CUDA...
Thanks for the project. Is there any way to obtain FLOPs?
`pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn#subdirectory=bindings/torch imageio_download_bin freeimage` Error is ARNING: Implying --no-binary=:all: due to the presence of --build-option / --global-option / --install-option. Consider using --config-settings for more flexibility. DEPRECATION: --no-binary currently...
(nerfstudio) C:\Users\17069\Desktop\NS>pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Collecting git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Cloning https://github.com/NVlabs/tiny-cuda-nn/ to c:\users\17069\appdata\local\temp\pip-req-build-lwxzpvk6 Running command git clone --filter=blob:none --quiet https://github.com/NVlabs/tiny-cuda-nn/ 'C:\Users\17069\AppData\Local\Temp\pip-req-build-lwxzpvk6' Resolved https://github.com/NVlabs/tiny-cuda-nn/ to commit 8e6e242f36dd197134c9b9275a8e5108a8e3af78 Running command git submodule update --init --recursive...
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...
I was trying to get the gradient of the loss w.r.t. the input of the encoder in the signed distance field scenario in instant-ngp. However, it seems that the implementation...

Hello there, I ran into a problem when installing tiny cuda, followed this advice: > https://github.com/NVlabs/tiny-cuda-nn/issues/280#issuecomment-1858212319 but ran into this problem: ```` (nerfstudio) C:\Users\evebo>"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat" [DEBUG:vcvarsall.bat] init with...
Conda informaion: ``` (3dtopia) ➜ 3DTopia git:(main) conda info active environment : 3dtopia active env location : /root/miniconda3/envs/3dtopia shell level : 1 user config file : /root/.condarc populated config files...
I can't install tiny-cuda-nn neither with pip, nor building it with Cmake. However, Cmake produces at least a readable error: ``` -- Selecting Windows SDK version 10.0.19041.0 to target Windows...