• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bench/H10-Oct-2018-

cmake/H10-Oct-2018-

include/H10-Oct-2018-

test/H10-Oct-2018-

third-party/H10-Oct-2018-

.gitignoreH A D10-Oct-2018180

LICENSEH A D10-Oct-20181.1 KiB

README.mdH A D10-Oct-20181.3 KiB

configure.pyH A D10-Oct-20182.8 KiB

confu.yamlH A D10-Oct-2018191

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