[all-commits] [llvm/llvm-project] 8a316b: [mlir] Convert async dialect passes from function ...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Tue Apr 13 11:46:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a316b00d63d5370e4f75d482e12d62b54c64308
https://github.com/llvm/llvm-project/commit/8a316b00d63d5370e4f75d482e12d62b54c64308
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M mlir/include/mlir/Dialect/Async/Passes.h
M mlir/include/mlir/Dialect/Async/Passes.td
M mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp
M mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCounting.cpp
M mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCountingOpt.cpp
M mlir/test/Integration/GPU/CUDA/async.mlir
Log Message:
-----------
[mlir] Convert async dialect passes from function passes to op agnostic passes
Differential Revision: https://reviews.llvm.org/D100401
More information about the All-commits
mailing list