[all-commits] [llvm/llvm-project] 4c372a: [mlir] Make GpuAsyncRegion pass depend on async di...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Jan 11 05:48:54 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c372a35cd892c0847da45540057447633a31d99
https://github.com/llvm/llvm-project/commit/4c372a35cd892c0847da45540057447633a31d99
Author: Christian Sigg <csigg at google.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/GPU/Passes.td
M mlir/lib/Dialect/GPU/Transforms/AsyncRegionRewriter.cpp
M mlir/lib/Dialect/GPU/Transforms/PassDetail.h
Log Message:
-----------
[mlir] Make GpuAsyncRegion pass depend on async dialect.
Do not cache gpu.async.token type so that the pass can be created before the GPU dialect is registered.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D94397
More information about the All-commits
mailing list