pub fn compute_throughput_key(
cmma_tile: Option<(u32, u32, u32)>,
input_elem_type: ElemType,
acc_elem_type: ElemType,
) -> ThroughputKeyExpand description
Constructs a compute ThroughputKey based on CMMA tile availability and types.
pub fn compute_throughput_key(
cmma_tile: Option<(u32, u32, u32)>,
input_elem_type: ElemType,
acc_elem_type: ElemType,
) -> ThroughputKeyConstructs a compute ThroughputKey based on CMMA tile availability and types.