float16
There are 35 repositories under float16 topic.
NVIDIA/OpenSeq2Seq
Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
ashvardanian/SimSIMD
Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 📐
VoidStarKat/half-rs
Half-precision floating point types f16 and bf16 for Rust.
petamoriken/float16
IEEE 754 half-precision floating-point ponyfill
x448/float16
float16 provides IEEE 754 half-precision format (binary16) with correct conversions to/from float32
aredden/torch-cublas-hgemm
PyTorch half precision gemm lib w/ fused optional bias + optional relu/gelu
andreped/GradientAccumulator
:dart: Gradient Accumulation for TensorFlow 2
fengwang/float16_t
CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.
artyom-beilis/float16
half float library for C and for z80
hma02/cublasHgemm-P100
Code for testing the native float16 matrix multiplication performance on Tesla P100 and V100 GPU based on cublasHgemm
RobTillaart/float16
Arduino library to implement float16 data type
d4l3k/go-bfloat16
Bfloat16 conversion utilities for Go/Golang
dansav/clip-sharp
A basic library for using OpenAI:s CLIP model in C#
tirfil/vhdfp16
FP16 Half precision floating point (IEEE754 2008) adder + multiplier
zerfoo/zerfoo
A modular, accelerator-ready machine learning framework built in Go that speaks float8/16/32/64. Designed with clean architecture, strong typing, and native concurrency for scalable, production-ready AI systems. Ideal for engineers who value simplicity, speed, and maintainability.
djzenma/TFLite-Applications-And-Models
TFLite applications: Optimized .tflite models (i.e. lightweight and low latency) and code to run directly on your Microcontroller!
TheLazyTomcat/lib.Float16Utils
Main purpose of this library is to provide functions for conversion to and from half precision (16bit) floating point numbers. It also provides functions for basic arithmetic and comparison of half floats.
junkwarrior87/half-float
Utility for converting 16-bit floats
stdlib-js/constants-float16
Half-precision floating-point mathematical constants.
stdlib-js/constants-float16-eps
Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
stdlib-js/constants-float16-exponent-bias
The bias of a half-precision floating-point number's exponent.
stdlib-js/constants-float16-max
Maximum half-precision floating-point number.
stdlib-js/constants-float16-max-safe-integer
Maximum safe half-precision floating-point integer.
stdlib-js/constants-float16-min-safe-integer
Minimum safe half-precision floating-point integer.
stdlib-js/constants-float16-pinf
Half-precision floating-point positive infinity.
stdlib-js/constants-float16-smallest-subnormal
Smallest positive half-precision floating-point subnormal number.
stdlib-js/constants-float16-sqrt-eps
Square root of half-precision floating-point epsilon.
josephmawa/EncodingExplorer
Learn character encoding
stdlib-js/constants-float16-cbrt-eps
Cube root of half-precision floating-point epsilon.
stdlib-js/constants-float16-ninf
Half-precision floating-point negative infinity.
stdlib-js/constants-float16-smallest-normal
Smallest positive normalized half-precision floating-point number.
hqtsm/dataview
DataView utilities
joeltg/fp16
Half-precision 16-bit floating point numbers
yowidin/fast-half-float
Fast Half precision Floating point operations for C++
stdlib-js/assert-is-float16array
Test if a value is a Float16Array.