• Tomoaki Teshima's avatar
    add feature to convert FP32(float) to FP16(half) · b2ad7cd9
    Tomoaki Teshima authored
      * check compiler support
      * check HW support before executing
      * add test doing round trip conversion from / to FP32
      * treat array correctly if size is not multiple of 4
      * add declaration to prevent warning
      * make it possible to enable fp16 on 32bit ARM
      * let the conversion possible on non-supported HW, too.
      * add test using both HW and SW implementation
    b2ad7cd9
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...