Function compile_instruction

Source
pub fn compile_instruction<D: Dialect>(
    f: &mut Formatter<'_>,
    namespace: &str,
    instruction: &WmmaInstruction<D>,
) -> Result