Valentin Clement (バレンタイン クレメン) b8967e003e
[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.
2024-01-18 21:20:28 -08:00
..