The new runtime is currently broken for AMD offloading. This patch makes
the default the old runtime only for the AMD target.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I feel like I should make these options only enabled if we're in an OpenMP device. I just realized that this will probably enable it for anything that goes through here, even non-OpenMP.
Comment Actions
Well it's only for OpenMP with -fopenmp, but I guess it's fine to have that flag in the cc1 options even if offloading isn't used.