tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Lightning fast C++/CUDA neural network framework
ubuntu22.04 cuda11.3 pytorch 1.10.0 i have build tinycudann successful , but when i do excute tiny-cuda-nn/bindings/torch$ python setup.py install i got error: g++: error: /home/lch/Downloads/nvdiffrec-main/tiny-cuda-nn/bindings/torch/build/temp.linux-x86_64-3.8/tinycudann/bindings.o: No such file or directory...
When I try to `import tinycudann` I get the following error: ``` ImportError: */anaconda3/lib/python3.9/site-packages/tinycudann_bindings/_86_C.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr9_M_addrefEv ``` Could someone help, please? The following is my build setting if it...
Hi, Thanks so much for this great work! I have a small question, the grid encoding part allows three kinds of storage: hashtables, dense, or tiled. I am not completely...
I have tried using tiny-cuda-nn with n_neurons=128 on multiple GPUs with the following results (tiny-cuda-nn is compiled separately on the different systems with appropriate values for TCNN_MIN_GPU_ARCH). [GPU: FullyFusedMLP works,...
Hello and thank you for the great work. I have a problem regarding reproducibility of training using the cuda implementation of hash encoding. I noticed that between two runs initialized...
I'm trying to setup ngp_pl (https://github.com/kwea123/ngp_pl) on a Win11 system, using WSL and Ubuntu 20.04. I'm using a RTX 4080. I install WSL, Ubuntu and the CUDA 11.3 WSL drivers...
Hi, I'm running in kaggle: ``` !export PATH="/usr/local/cuda-11.8/bin:$PATH" !export LD_LIBRARY_PATH="/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH" !export LIBRARY_PATH="/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH" !export LDFLAGS=-L/usr/local/cuda-11.8/lib64/stub !cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo !cmake --build build --config RelWithDebInfo -j ``` but always returns error...
 
RTX3090 CUDA 11.8 Python 3.10.11 torch 2.0.1+cu118 torchaudio 2.0.2+cu118 torchvision 0.15.2+cu118 ninja 1.11.1 Visual Studio 2019 16.11.29 window10 19044.1826 cmake version 3.25.2 (Text-video) E:\git\tiny-cuda-nn\bindings\torch>python setup.py install Building PyTorch extension for...
I have VS 2019 . I installed fmt and cutlass.Then cmake . -B build and cmake --build build --config RelWithDebInfo -j . Here's the details. **(nerfstudio) D:\workspace\nerfstudio-main\tiny-cuda-nn-master>cd bindings\torch** **(nerfstudio) D:\workspace\nerfstudio-main\tiny-cuda-nn-master\bindings\torch>python...