[Mlir-commits] [mlir] [mlir][amx] Optional stride for tile load and store (PR #159569)
Adam Siemieniuk
llvmlistbot at llvm.org
Thu Sep 18 07:45:05 PDT 2025
adam-smnk wrote:
> missing tests for `tile_zero`. I know they're the same, but semantics does change and it's good to make sure it remains consistent.
Nothing changes for `tile_zero` here. It has no stride semantics as it doesn't interact with memory.
I only tweaked its docs formatting.
Happy to add coverage for anything else if you spotted any gaps.
https://github.com/llvm/llvm-project/pull/159569
More information about the Mlir-commits
mailing list