pub fn subgroup_mma_load_matrix<'c>(
    context: &'c Context,
    res: Type<'c>,
    src_memref: Value<'c, '_>,
    indices: &[Value<'c, '_>],
    lead_dimension: IntegerAttribute<'c>,
    location: Location<'c>
) -> SubgroupMmaLoadMatrixOperation<'c>
Expand description

Creates a subgroup_mma_load_matrix operation.