diff options
author | Adam Siemieniuk <adam.siemieniuk@intel.com> | 2025-10-13 14:22:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-13 14:22:44 +0200 |
commit | b9877ec82f692b2e237bf4c834493d70d70817cd (patch) | |
tree | 987ea92eefa6e5fb4cc5dde299ca1a0680ce3c10 /llvm/lib/CodeGen/SafeStack.cpp | |
parent | 8642762ac356f0b8432b78d7a32c1f5213e494b3 (diff) | |
download | llvm-b9877ec82f692b2e237bf4c834493d70d70817cd.zip llvm-b9877ec82f692b2e237bf4c834493d70d70817cd.tar.gz llvm-b9877ec82f692b2e237bf4c834493d70d70817cd.tar.bz2 |
[mlir][amx] Optional stride for tile load and store (#159569)
Adds an optional stride argument to `amx.tile_load` and `amx.tile_store`
operations.
The stride argument aligns ops closer to the hardware intrinsics.
However, stride remains optional to preserve current op behavior.
Explicit stride allows greater flexibility in terms of the base buffer
shapes and allows different read and write memory patterns.
When stride is not provided, it is inferred from the buffer shape as
before.
Operations documentation is expanded to make ops easier to use.
Diffstat (limited to 'llvm/lib/CodeGen/SafeStack.cpp')
0 files changed, 0 insertions, 0 deletions