Skip to main content

Mojo module

mma_operand_descriptor

MMA operand descriptor trait (deprecated - use gpu.compute.mma_operand_descriptor).

This module is deprecated. For new code, import from the gpu.compute.mma_operand_descriptor module instead:

# Deprecated:
from gpu.mma_operand_descriptor import MMAOperandDescriptor

# Recommended:
from gpu.compute.mma_operand_descriptor import MMAOperandDescriptor

This module provides the trait for MMA operand descriptors used in matrix multiply-accumulate operations.

Was this page helpful?