Function _tile_loadd

#[target_feature(enable = "amx-tile")]
pub unsafe fn _tile_loadd(DST: i32, base: *const u8, stride: usize)

Load tile rows from memory specified by base address and stride into destination tile dst using the tile configuration previously configured via _tile_loadconfig.

Intel's documentation