Mojo module
mma_util
Matrix multiply utilities (deprecated - use gpu.compute.mma_util).
This module is deprecated. For new code, import from the gpu.compute.mma_util
module instead:
# Deprecated:
from gpu.mma_util import load_matrix_a, load_matrix_b, store_matrix_d
# Recommended:
from gpu.compute.mma_util import load_matrix_a, load_matrix_b, store_matrix_dThis module provides utility functions for loading and storing matrices for matrix multiply-accumulate operations.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!