Skip to content

Version 1.3

Compare
Choose a tag to compare
@Tom94 Tom94 released this 14 Jan 09:47
· 421 commits to master since this release

Changes Since Last Release

Major Changes

  • Adds a new encoding: GridEncoding
  • 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