[all-commits] [llvm/llvm-project] b8967e: [flang][openacc] Support multiple device_type when...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Jan 18 21:20:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8967e003e202cba1b77412478a1990c9dcccdca
https://github.com/llvm/llvm-project/commit/b8967e003e202cba1b77412478a1990c9dcccdca
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-device-type.f90
M flang/test/Lower/OpenACC/acc-loop.f90
M flang/test/Lower/OpenACC/acc-routine.f90
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[flang][openacc] Support multiple device_type when lowering (#78634)
routine, data, parallel, serial, kernels and loop construct all support
the device_type clause. This clause takes a list of device_type.
Previously the lowering code was assuming that the list s a single item.
This PR updates the lowering to handle any number of device_types.
More information about the All-commits
mailing list