pub fn subgroup_mma_store_matrix<'c>(
    context: &'c Context,
    src: Value<'c, '_>,
    dst_memref: Value<'c, '_>,
    indices: &[Value<'c, '_>],
    lead_dimension: IntegerAttribute<'c>,
    location: Location<'c>
) -> SubgroupMmaStoreMatrixOperation<'c>
Expand description

Creates a subgroup_mma_store_matrix operation.