[all-commits] [llvm/llvm-project] db7129: [mlir][gpu] Add pass to make GPU ops within a regi...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Oct 29 14:18:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db7129a005c105ee17d39a5708d7a5be50df5f47
https://github.com/llvm/llvm-project/commit/db7129a005c105ee17d39a5708d7a5be50df5f47
Author: Christian Sigg <csigg at google.com>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/GPU/Passes.h
M mlir/include/mlir/Dialect/GPU/Passes.td
M mlir/lib/Dialect/GPU/CMakeLists.txt
A mlir/lib/Dialect/GPU/Transforms/AsyncRegionRewriter.cpp
A mlir/test/Dialect/GPU/async-region.mlir
Log Message:
-----------
[mlir][gpu] Add pass to make GPU ops within a region execute asynchronously.
Do not use the pass yet, except in a test.
Reviewed By: herhut
Differential Revision: https://reviews.llvm.org/D89937
More information about the All-commits
mailing list