[all-commits] [llvm/llvm-project] 78ef03: [mlir][flang][openacc] Add device_type support for...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Jan 25 13:59:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78ef032862bbe2891cfdfdd7b5b893512573530c
https://github.com/llvm/llvm-project/commit/78ef032862bbe2891cfdfdd7b5b893512573530c
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-update.f90
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][flang][openacc] Add device_type support for update op (#78764)
Add support for device_type information on the acc.update operation and
update lowering from Flang.
More information about the All-commits
mailing list