Function __tile_stored

#[target_feature(enable = "amx-tile")]
pub unsafe fn __tile_stored(base: *mut u8, stride: usize, src: __tile1024i)

Store the tile specified by src to memory specified by base address and stride. The shape of the tile is specified in the struct of __tile1024i. The register of the tile is allocated by the compiler.

Intel's documentation