Skip to content

Commit

Permalink
[flang][openacc] Support multiple device_type when lowering (llvm#78634)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
clementval authored Jan 19, 2024
1 parent 4fc7506 commit b8967e0
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 107 deletions.
Loading

0 comments on commit b8967e0

Please sign in to comment.