[flang-commits] [clang] [flang] [Flang-new][OpenMP] Add offload related flags for AMDGPU (PR #96742)
Dominik Adamski via flang-commits
flang-commits at lists.llvm.org
Mon Jul 1 05:35:06 PDT 2024
DominikAdamski wrote:
Updated PR after: https://github.com/llvm/llvm-project/pull/96909/ .
Scope of changes:
`-fcuda-is-device` is not attached by OpenMP AMD GPU toolchain any more, so we do not need to accept this flag by Flang-new. This flag remains HIP/CUDA specific.
- OpenMP AMD GPU toolchain only searches and attaches required bitcode files to `flang -fc1` invocation.
https://github.com/llvm/llvm-project/pull/96742
More information about the flang-commits
mailing list