[all-commits] [llvm/llvm-project] 7f3d2c: [mlir][openacc] Add gang dim operand to acc.loop o...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jun 13 13:39:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f3d2cc26b47568a0ac93327ab579ed1f0e21546
https://github.com/llvm/llvm-project/commit/7f3d2cc26b47568a0ac93327ab579ed1f0e21546
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-13 (Tue, 13 Jun 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/invalid.mlir
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Add gang dim operand to acc.loop operation
OpenACC 3.3 introduces a dim argument on the gang clause. This patch
adds a new operand for it on the acc.loop and update the custom
gang clause parser/printer for it.
Depends on D151970
Reviewed By: razvanlupusoru, jeanPerier
Differential Revision: https://reviews.llvm.org/D151971
More information about the All-commits
mailing list