Difference between revisions of "Type/float16/en"
Jump to navigation
Jump to search
(Created page with "float16 is 16 bit float type base on IEE 754. Please Read: https://en.wikipedia.org/wiki/Half-precision_floating-point_format") |
|||
Line 1: | Line 1: | ||
float16 is 16 bit float type | float16 is a 16-bit float type that conforms to the IEE 754 standard. | ||
Please | Common computer languages are not supported. | ||
So, you have to find a SW library and write it or build it yourself. | |||
The UAVCAN library has functions to convert float32 and float16. | |||
When I searched, it seems that NVIDIA GPU supports hardware. | |||
Please see the next page: | |||
https://en.wikipedia.org/wiki/Half-precision_floating-point_format | https://en.wikipedia.org/wiki/Half-precision_floating-point_format |
Revision as of 02:07, 18 September 2021
float16 is a 16-bit float type that conforms to the IEE 754 standard.
Common computer languages are not supported. So, you have to find a SW library and write it or build it yourself. The UAVCAN library has functions to convert float32 and float16.
When I searched, it seems that NVIDIA GPU supports hardware.
Please see the next page: https://en.wikipedia.org/wiki/Half-precision_floating-point_format