[all-commits] [llvm/llvm-project] edeff6: [mlir][GPU] Improve constant sinking in kernel out...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Tue Sep 29 05:46:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: edeff6e642e66a5be05c11cb8b9b36b3383078ae
https://github.com/llvm/llvm-project/commit/edeff6e642e66a5be05c11cb8b9b36b3383078ae
Author: Stephan Herhut <herhut at google.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp
M mlir/test/Dialect/GPU/outlining.mlir
Log Message:
-----------
[mlir][GPU] Improve constant sinking in kernel outlining
The previous implementation did not support sinking simple expressions. In particular,
it is often beneficial to sink dim operations.
Differential Revision: https://reviews.llvm.org/D88439
More information about the All-commits
mailing list