pub unsafe fn _tile_stream_loadd<const DST: i32>(base: *const u8, stride: usize)
🔬This is a nightly-only experimental API. (
x86_amx_intrinsics
)Available on x86-64 only.
Expand description
Load tile rows from memory specifieid by base address and stride into destination tile dst using the tile configuration previously configured via _tile_loadconfig. This intrinsic provides a hint to the implementation that the data will likely not be reused in the near future and the data caching can be optimized accordingly.