【发布时间】:2018-10-04 08:32:17
【问题描述】:
是否可以在 Intel 芯片上执行半精度浮点运算?
我知道如何加载/存储/转换半精度浮点数 [1],但我不知道如何在不转换为单精度浮点数的情况下将它们相加/相乘。
[1]https://software.intel.com/en-us/articles/performance-benefits-of-half-precision-floats
【问题讨论】:
标签: x86 intel avx floating-point-conversion half-precision-float