diff options
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | 2023-10-19 23:21:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 23:21:45 -0700 |
commit | d871daea8159c4b39b17b3ab8f3dd3adb1b51de3 (patch) | |
tree | 3c73f038d19f0917e49e79aa0a96165558eeb72e /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | af3ead4ccf57b77b3a36bec3ea5472b351b41e7f (diff) | |
download | llvm-d871daea8159c4b39b17b3ab8f3dd3adb1b51de3.zip llvm-d871daea8159c4b39b17b3ab8f3dd3adb1b51de3.tar.gz llvm-d871daea8159c4b39b17b3ab8f3dd3adb1b51de3.tar.bz2 |
[mlir][TilingInterface] Add scf::tileUsingSCFForallOp method to tile using the interface to generate `scf::forall`. (#67083)
Similar to `scf::tileUsingSCFForOp` that is a method that tiles
operations that implement the `TilingInterface`, using `scf.for`
operations, this method introduces tiling of operations using
`scf.forall`. Most of this implementation is derived from
`linalg::tileToForallOp` method. Eventually that method will either be
deprecated or moved to use the method introduced here.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions