[Openmp-commits] [llvm] [openmp] [OpenMP][Offload] Add `LIBOMPTARGET_TREAT_ATTACH_AUTO_AS_ALWAYS` to treat `attach(auto)` as `attach(always)`. (PR #172382)

Abhinav Gaba via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 16 10:26:59 PST 2025


abhinavgaba wrote:

> request not essential but could we default to the old method ?

I don't think it's a good idea to make the incorrect implementation the default. This is a workaround. For specHPC, I sent a source level patch to @mjklemm, who forwarded it to @kparzysz, and we'll try to get the benchmark fixed. And until then, this environment variable can be used as a workaround.

https://github.com/llvm/llvm-project/pull/172382


More information about the Openmp-commits mailing list