[mlir][gpu] Add pass to make GPU ops within a region execute asynchronously.
authorChristian Sigg <csigg@google.com>
Thu, 29 Oct 2020 17:13:01 +0000 (18:13 +0100)
committerChristian Sigg <csigg@google.com>
Thu, 29 Oct 2020 21:17:50 +0000 (22:17 +0100)
commitdb7129a005c105ee17d39a5708d7a5be50df5f47
tree90f845497a44be04643f917d1e3a95280b4312d0
parentfce99e5f739eddce3e52a9c4967fc8a993c5772d
[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
mlir/include/mlir/Dialect/GPU/Passes.h
mlir/include/mlir/Dialect/GPU/Passes.td
mlir/lib/Dialect/GPU/CMakeLists.txt
mlir/lib/Dialect/GPU/Transforms/AsyncRegionRewriter.cpp [new file with mode: 0644]
mlir/test/Dialect/GPU/async-region.mlir [new file with mode: 0644]