[all-commits] [llvm/llvm-project] 8fb247: [mlir][openacc] Add acc.firstprivate operation as ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jun 21 14:19:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fb247e2dea15bb446faf69eb615fbd485b77cb7
https://github.com/llvm/llvm-project/commit/8fb247e2dea15bb446faf69eb615fbd485b77cb7
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
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] Add acc.firstprivate operation as data entry operation
acc.firstprivate operation will be used as data entry operation
for the firstprivate operands.
Depends on D152970
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D152972
More information about the All-commits
mailing list