Function __tile_dphf8ps
#[target_feature(enable = "amx-fp8")]
pub unsafe fn __tile_dphf8ps(dst: *mut __tile1024i, a: __tile1024i, b: __tile1024i)
Compute dot-product of HF8 (8-bit E4M3) floating-point elements in tile a and HF8 (8-bit E4M3)
floating-point elements in tile b, accumulating the intermediate single-precision
(32-bit) floating-point elements with elements in dst, and store the 32-bit result
back to tile dst.
The shape of the tile is specified in the struct of __tile1024i. The register of the tile is allocated by the compiler.