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 MMAOperandDescriptorThis module provides the trait for MMA operand descriptors used in matrix multiply-accumulate operations.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!