tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Lightning fast C++/CUDA neural network framework
The speedup in this repo relies on getting the memory traffic close to the chip - in caches/registers etc. This is going to stop working if an MLP is sufficiently...
Hi! First, thanks for sharing this! It's super impressive. I'm trying to benchmark tiny-cuda-nn on clang-cuda, and I'd like to compare it with the numbers in the graph in the...
Hi, Thanks for your inspiring research. I am trying to get a second derivative of output with respect to input after passing the input to the **tcnn.NetworkWithInputEncoding** wish **hashtable** encoding....
- Incoherent version of the prime hash (first prime isn't 1) - Reversed prime hash (can act as a hash with "different seed" for low dimensions) - Slow PCG32-based hash...
Hey! in "encoding/grid.h" ```cpp __global__ void kernel_grid( const uint32_t num_elements, const uint32_t num_grid_features, const GridOffsetTable offset_table, const uint32_t base_resolution, const float log2_per_level_scale, const float quantize_threshold, float max_level, const float* __restrict__...
Hi, I'm a student who just started to learn computer vision. I'm very impressed for your research and felt overwhelmingly grateful for pytorch bindings for your work. I got curious...
The error message as shown below > Failed to build tinycudann > Installing collected packages: tinycudann > Running setup.py install for tinycudann ... error > error: subprocess-exited-with-error > > ×...
I downloaded the file from the local installation error, what is the reason, can you solve it? 
need an example of vision Transformer for generating attention. 
i've been tried to pip install but failed. then i clone it and `python setup.py install` there are still something wrong and after i have been set CUDA_HOME and update...