Landing: e81952eaad17
Project / Subsystem
gcc / libgomp
Date
2026-05-27
Author
Tobias Burnus
Commit
e81952eaad17afd579c6b81667f1828df74db6ed
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libgomp
- patch_id
- —
- commit_hash
- e81952eaad17afd579c6b81667f1828df74db6ed
- source_type
- github
- headline
- libgomp: Fix ipr_vendor for OpenMP's Interop
- tldr
- Corrects the vendor ID for OpenMP interop to identify the compiler (GNU) rather than the foreign runtime (e.g., CUDA, ROCm).
- author
- Tobias Burnus
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libgomp
- • openmp
- • interoperability
- • offloading
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-27T00:00:00.000Z
This commit fixes the ipr_vendor value in libgomp, the GNU OpenMP library, to correctly identify the compiler (GCC/GNU) as the implementation vendor for OpenMP’s interoperability features, rather than the vendor of the foreign runtime (e.g., Nvidia for CUDA, AMD for ROCm/HSA/HIP). The value is updated to 5 / “gnu” as specified in the OpenMP documentation.