pub fn subgroup_mma_compute<'c>(
    context: &'c Context,
    res: Type<'c>,
    op_a: Value<'c, '_>,
    op_b: Value<'c, '_>,
    op_c: Value<'c, '_>,
    location: Location<'c>
) -> SubgroupMmaComputeOperation<'c>
Expand description

Creates a subgroup_mma_compute operation.