Function melior::dialect::ods::amdgpu::mfma

source ·
pub fn mfma<'c>(
    context: &'c Context,
    dest_d: Type<'c>,
    source_a: Value<'c, '_>,
    source_b: Value<'c, '_>,
    dest_c: Value<'c, '_>,
    m: IntegerAttribute<'c>,
    n: IntegerAttribute<'c>,
    k: IntegerAttribute<'c>,
    blocks: IntegerAttribute<'c>,
    location: Location<'c>
) -> MFMAOperation<'c>
Expand description

Creates a mfma operation.