[all-commits] [llvm/llvm-project] acc2a1: [mlir][Linalg] Expose the implementation of the ti...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Thu Sep 22 15:19:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acc2a12c3318aad2ebdc161a0a7f4c2fec52e18d
https://github.com/llvm/llvm-project/commit/acc2a12c3318aad2ebdc161a0a7f4c2fec52e18d
Author: Mahesh Ravishankar <ravishankarm at google.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
Log Message:
-----------
[mlir][Linalg] Expose the implementation of the tiling to scf.foreach_thread.
This allows downstream uses to use the implementation of the tiling
itself, while performing other transformations that are necessary to
go with it.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D134335
More information about the All-commits
mailing list