Download Latest Version Version 2.0 source code.tar.gz (14.3 MB)
Email in envelope

Get an email when there's a new version of Tiny CUDA Neural Networks

Home / v1.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-01-14 1.0 kB
Version 1.3.tar.gz 2022-01-14 5.6 MB
Version 1.3.zip 2022-01-14 6.1 MB
Totals: 3 Items   11.7 MB 0

Changes Since Last Release

Major Changes

  • Adds a new encoding: GridEncoding
  • This encoding can be used to train and render neural graphics primitives instantly (see real-time NeRF flythroughs above)
  • It is based on the concept of trainable multiresolution grids which can be backed by hashtables, dense storage, or tiled storage.
  • More details in this technical paper.
  • tiny-cuda-nn now runs on CUDA 10.2 (previously required CUDA 11 and higher)
  • tiny-cuda-nn now only requires C++14 (previously C++17)

Minor Changes

  • This repository now supports continuous integration builds through GitHub Actions.
  • Added support for 16 neurons wide FullyFusedMLP
  • Added support for nesting of SyncedMultiStream
Source: README.md, updated 2022-01-14