Name Date Size #Lines LOC

..--

bench/H25-Apr-2025-1,3351,084

cmake/H25-Apr-2025-4839

include/H25-Apr-2025-795388

test/H25-Apr-2025-4,4733,992

.gitignoreH A D25-Apr-2025180 2017

Android.bpH A D25-Apr-20253 KiB140128

CMakeLists.txtH A D25-Apr-20257.6 KiB182154

LICENSEH A D25-Apr-20251.1 KiB127

METADATAH A D25-Apr-2025423 2019

MODULE_LICENSE_MITHD25-Apr-20250

OWNERSH A D25-Apr-202563 21

README.mdH A D25-Apr-20251.3 KiB2114

TEST_MAPPINGH A D25-Apr-2025791 4948

configure.pyH A D25-Apr-20252.8 KiB6647

confu.yamlH A D25-Apr-2025191 88

README.md

1# FP16
2Header-only library for conversion to/from half-precision floating point formats
3
4## Features
5
6- Supports IEEE and ARM alternative half-precision floating-point format
7    - Property converts infinities and NaNs
8    - Properly converts denormal numbers, even on systems without denormal support
9- Header-only library, no installation or build required
10- Compatible with C99 and C++11
11- Fully covered with unit tests and microbenchmarks
12
13## Acknowledgements
14
15[![HPC Garage logo](https://github.com/Maratyszcza/PeachPy/blob/master/logo/hpcgarage.png)](http://hpcgarage.org)
16[![Georgia Tech College of Computing logo](https://github.com/Maratyszcza/PeachPy/blob/master/logo/college-of-computing.gif)](http://www.cse.gatech.edu/)
17
18The library is developed by [Marat Dukhan](http://www.maratdukhan.com) of Georgia Tech. FP16 is a research project at [Richard Vuduc](http://vuduc.org)'s HPC Garage lab in the Georgia Institute of Technology, College of Computing, School of Computational Science and Engineering.
19
20This material is based upon work supported by the U.S. National Science Foundation (NSF) Award Number 1339745. Any opinions, findings and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect those of NSF.
21