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

..03-May-2022-

bench/H14-May-2020-1,3351,084

cmake/H14-May-2020-4839

include/H03-May-2022-795388

jni/H14-May-2020-129

test/H14-May-2020-4,4733,992

third-party/H14-May-2020-3,5901,986

.gitignoreH A D14-May-2020180 2017

LICENSEH A D14-May-20201.1 KiB127

README.mdH A D14-May-20201.3 KiB2114

configure.pyH A D14-May-20202.8 KiB6647

confu.yamlH A D14-May-2020191 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