pub trait TileKind<IO: SliceVisibility = ReadOnly>:
CubeType
+ Send
+ Sync
+ 'static {
type Tile<E: Numeric>: CubeType;
}Expand description
Kind (family) of the tiles returned by a stage and ingested by a tile matmul reader
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.