[all-commits] [llvm/llvm-project] a79b26: [mlir] Fix for gpu-async-region pass.
Christian Sigg via All-commits
all-commits at lists.llvm.org
Wed Dec 16 10:08:36 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a79b26db0e96b6f6dd7888053ea300cfc2feb5a8
https://github.com/llvm/llvm-project/commit/a79b26db0e96b6f6dd7888053ea300cfc2feb5a8
Author: Christian Sigg <csigg at google.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M mlir/lib/Dialect/GPU/Transforms/AsyncRegionRewriter.cpp
M mlir/test/Dialect/GPU/async-region.mlir
Log Message:
-----------
[mlir] Fix for gpu-async-region pass.
- the !gpu.async.token is the second result of 'gpu.alloc async', not the first.
- async.execute construction takes operand types not yet wrapped in !async.value.
- fix typo
Reviewed By: herhut
Differential Revision: https://reviews.llvm.org/D93156
More information about the All-commits
mailing list