This pull request includes updates to a submodule and fixes to variable names in the bitblas/tl/mfma_macro_generator.py file to ensure consistency and correctness.
Submodule update:
Updated the submodule commit for 3rdparty/tvm to the latest commit. (3rdparty/tvm)
Variable name consistency:
Changed warp_col_tiles to warp_row_tiles in the ldmatrix_a method to match the context and usage. (bitblas/tl/mfma_macro_generator.py)
Updated the variable warp_col_tiles to warp_row_tiles in the _warp_ldmatrix_a method to ensure consistency across the codebase. (bitblas/tl/mfma_macro_generator.py)
This pull request includes updates to a submodule and fixes to variable names in the
bitblas/tl/mfma_macro_generator.py
file to ensure consistency and correctness.Submodule update:
3rdparty/tvm
to the latest commit. (3rdparty/tvm
)Variable name consistency:
warp_col_tiles
towarp_row_tiles
in theldmatrix_a
method to match the context and usage. (bitblas/tl/mfma_macro_generator.py
)warp_col_tiles
towarp_row_tiles
in the_warp_ldmatrix_a
method to ensure consistency across the codebase. (bitblas/tl/mfma_macro_generator.py
)