Difference between revisions of "Type/float16/en"

From HITEC_HELP
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")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
float16 is 16 bit float type base on IEE 754.
float16 is a 16-bit float type that conforms to the IEE 754 standard.


Please Read:
Common computer languages ​​are not supported.
So, you need to find a SW library or build your own.
The UAVCAN library has functions to convert float32 and float16.
 
After searching, it seems that NVIDIA GPU directly supports it as 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

Latest revision as of 02:10, 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 need to find a SW library or build your own. The UAVCAN library has functions to convert float32 and float16.

After searching, it seems that NVIDIA GPU directly supports it as hardware.

Please see the next page: https://en.wikipedia.org/wiki/Half-precision_floating-point_format