[all-commits] [llvm/llvm-project] b537c5: [mlir] Async: clone constants into async.execute f...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Mon Aug 2 12:17:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b537c5b4147b6966fda8d80ed291f6b1f3857b16
https://github.com/llvm/llvm-project/commit/b537c5b4147b6966fda8d80ed291f6b1f3857b16
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp
M mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp
M mlir/lib/Dialect/Async/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Async/Transforms/PassDetail.cpp
M mlir/lib/Dialect/Async/Transforms/PassDetail.h
M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
A mlir/test/Dialect/Async/async-parallel-for-compute-fn.mlir
M mlir/test/Dialect/Async/async-to-async-runtime.mlir
Log Message:
-----------
[mlir] Async: clone constants into async.execute functions and parallel compute functions
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D107007
More information about the All-commits
mailing list