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

Lightning fast C++/CUDA neural network framework

Results 203 tiny-cuda-nn issues
Sort by recently updated
recently updated
newest added

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? ![微信图片_20220906224314](https://user-images.githubusercontent.com/112929257/188668977-e95a6040-06ab-4f63-bfe4-74a91b074e0c.png)

need an example of vision Transformer for generating attention. ![image](https://user-images.githubusercontent.com/56043227/185248054-a9f2fa33-fc3a-49c2-9592-f07670770937.png)

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...