half-rs icon indicating copy to clipboard operation
half-rs copied to clipboard

Add support for AVX-512-BF16 hardware intrinsics

Open starkat99 opened this issue 2 years ago • 0 comments

Add support for the new AVX-512-BF16 x86 extension for bf16 conversions. Will need to be added to core::arch.

Extension intrinsic docs: https://www.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/intrinsics/intrinsics-for-avx-512-bf16-instructions.html

starkat99 avatar Jan 02 '23 02:01 starkat99