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

..--

bench/23-Nov-2023-1,3351,084

cmake/23-Nov-2023-4839

include/23-Nov-2023-795388

test/23-Nov-2023-4,4733,992

.gitignoreD23-Nov-2023180 2017

Android.bpD23-Nov-20232.7 KiB130118

CMakeLists.txtD23-Nov-20237.6 KiB182154

LICENSED23-Nov-20231.1 KiB127

METADATAD23-Nov-2023423 2019

MODULE_LICENSE_MITD23-Nov-20230

OWNERSD23-Nov-2023219 1211

README.mdD23-Nov-20231.3 KiB2114

TEST_MAPPINGD23-Nov-2023393 2625

configure.pyD23-Nov-20232.8 KiB6647

confu.yamlD23-Nov-2023191 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