[all-commits] [llvm/llvm-project] 4e69a5: [MLIR] Add async token/value arguments to async.ex...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Fri Oct 9 08:52:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e69a52952bdb7045b6368c0f52c7e49c449b2fb
https://github.com/llvm/llvm-project/commit/4e69a52952bdb7045b6368c0f52c7e49c449b2fb
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Async/IR/Async.h
M mlir/include/mlir/Dialect/Async/IR/AsyncBase.td
M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/test/Dialect/Async/ops.mlir
Log Message:
-----------
[MLIR] Add async token/value arguments to async.execute op
Async execute operation can take async arguments as dependencies.
Change `async.execute` custom parser/printer format to use `%value as %unwrapped: !async.value<!type>` sytax.
Reviewed By: mehdi_amini, herhut
Differential Revision: https://reviews.llvm.org/D88601
More information about the All-commits
mailing list