Topic: "float16"
NVIDIA/OpenSeq2Seq 📦
Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
Language: Python - Size: 57.4 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1,558 - Forks: 369

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 📐
Language: C - Size: 1.82 MB - Last synced at: 4 days ago - Pushed at: 23 days ago - Stars: 1,333 - Forks: 77

VoidStarKat/half-rs
Half-precision floating point types f16 and bf16 for Rust.
Language: Rust - Size: 622 KB - Last synced at: 4 days ago - Pushed at: 16 days ago - Stars: 248 - Forks: 59

petamoriken/float16
Stage 3 IEEE 754 half-precision floating-point ponyfill
Language: JavaScript - Size: 9.61 MB - Last synced at: 14 days ago - Pushed at: 21 days ago - Stars: 100 - Forks: 7

x448/float16
float16 provides IEEE 754 half-precision format (binary16) with correct conversions to/from float32
Language: Go - Size: 178 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 73 - Forks: 8

andreped/GradientAccumulator
:dart: Accumulated Gradients for TensorFlow 2
Language: Python - Size: 5.3 MB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 53 - Forks: 11

aredden/torch-cublas-hgemm
PyTorch half precision gemm lib w/ fused optional bias + optional relu/gelu
Language: Cuda - Size: 45.9 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 41 - Forks: 3

hma02/cublasHgemm-P100
Code for testing the native float16 matrix multiplication performance on Tesla P100 and V100 GPU based on cublasHgemm
Language: Cuda - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 35 - Forks: 11

artyom-beilis/float16
half float library for C and for z80
Language: C - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 34 - Forks: 7

fengwang/float16_t Fork of acgessler/half_float
CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.
Language: C++ - Size: 204 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 5

RobTillaart/float16
Arduino library to implement float16 data type
Language: C++ - Size: 36.1 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 2

d4l3k/go-bfloat16
Bfloat16 conversion utilities for Go/Golang
Language: Go - Size: 2.93 KB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 1

dansav/clip-sharp
A basic library for using OpenAI:s CLIP model in C#
Language: C# - Size: 2.07 MB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 7 - Forks: 2

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.
Language: Pascal - Size: 257 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 2

stdlib-js/constants-float16-pinf
Half-precision floating-point positive infinity.
Language: JavaScript - Size: 340 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-sqrt-eps
Square root of half-precision floating-point epsilon.
Language: JavaScript - Size: 325 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-min-safe-integer
Minimum safe half-precision floating-point integer.
Language: JavaScript - Size: 354 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-exponent-bias
The bias of a half-precision floating-point number's exponent.
Language: JavaScript - Size: 319 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-smallest-subnormal
Smallest positive half-precision floating-point subnormal number.
Language: JavaScript - Size: 355 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-max
Maximum half-precision floating-point number.
Language: JavaScript - Size: 330 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 340 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-max-safe-integer
Maximum safe half-precision floating-point integer.
Language: JavaScript - Size: 323 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16
Half-precision floating-point mathematical constants.
Language: JavaScript - Size: 616 KB - Last synced at: about 13 hours ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

junkwarrior87/half-float
Utility for converting 16-bit floats
Language: TypeScript - Size: 51.8 KB - Last synced at: 27 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

djzenma/TFLite-Applications-And-Models
TFLite applications: Optimized .tflite models (i.e. lightweight and low latency) and code to run directly on your Microcontroller!
Size: 6.02 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-smallest-normal
Smallest positive normalized half-precision floating-point number.
Language: JavaScript - Size: 350 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

stdlib-js/constants-float16-cbrt-eps
Cube root of half-precision floating-point epsilon.
Language: JavaScript - Size: 319 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

stdlib-js/constants-float16-ninf
Half-precision floating-point negative infinity.
Language: JavaScript - Size: 399 KB - Last synced at: 4 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

tirfil/vhdfp16
FP16 Half precision floating point (IEEE754 2008) adder + multiplier
Language: VHDL - Size: 2.07 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

joeltg/fp16
Half-precision 16-bit floating point numbers
Language: TypeScript - Size: 476 KB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

hqtsm/dataview
DataView utilities
Language: TypeScript - Size: 499 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

yowidin/fast-half-float
Fast Half precision Floating point operations for C++
Language: C++ - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
