scaled_mfma

Function scaled_mfma 

Source
pub fn scaled_mfma<'c>(
    context: &'c Context,
    dest_d: Type<'c>,
    source_a: Value<'c, '_>,
    source_b: Value<'c, '_>,
    dest_c: Value<'c, '_>,
    scales_a: Value<'c, '_>,
    scales_b: Value<'c, '_>,
    m: IntegerAttribute<'c>,
    n: IntegerAttribute<'c>,
    k: IntegerAttribute<'c>,
    scales_idx_a: IntegerAttribute<'c>,
    scales_idx_b: IntegerAttribute<'c>,
    location: Location<'c>,
) -> ScaledMFMAOperation<'c>
Expand description

Creates a scaled_mfma operation.