[all-commits] [llvm/llvm-project] 2e2bce: [mlir][openacc] Add attributes to parallel op asyn...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Sep 21 08:25:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e2bcee05876305cb9b21b6b5e8e48dc6da58ede
https://github.com/llvm/llvm-project/commit/2e2bcee05876305cb9b21b6b5e8e48dc6da58ede
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Add attributes to parallel op async, wait and self clauses
Add attributes for the async, wait and self clauses. These clauses can be present without
values. When this is the case they are modelled with an attribute instead of operands.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D87991
More information about the All-commits
mailing list