Skip to content

Releases: KernelTuner/kernel_float

Version 0.2

30 Oct 11:45
Compare
Choose a tag to compare

Kernel Float is a header-only library for CUDA that simplifies working with vector types and reduced precision floating-point arithmetic in GPU code.

This release renames several the operations in the library and refactors many of its internals. Most notably, all operations that cannot be performed in 16-bit precision will now be performed in single precision and downcast back to lower precision.

Full Changelog: v0.1...v0.2

Version 0.1

10 Oct 14:13
Compare
Choose a tag to compare

This release marks the initial release of Kernel Float.

Kernel Float is a header-only library for CUDA that simplifies working with vector types and reduced precision floating-point arithmetic in GPU code.