[all-commits] [llvm/llvm-project] 437bc5: [mlir][openacc] Switch host/device clauses to data...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri May 5 12:01:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 437bc5640f2bab8218c5ebb53ba5a65e036e0f2e
https://github.com/llvm/llvm-project/commit/437bc5640f2bab8218c5ebb53ba5a65e036e0f2e
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Switch host/device clauses to data operand operations
Introduce acc.update_host and acc.update_device as data
operands operation to be used by the acc.update op.
Reviewed By: razvanlupusoru, jeanPerier
Differential Revision: https://reviews.llvm.org/D149909
More information about the All-commits
mailing list