[all-commits] [llvm/llvm-project] 218619: [OpenMP] Cleanup and fixes for ABI agnostic Device...
Saiyedul Islam via All-commits
all-commits at lists.llvm.org
Wed Nov 8 21:04:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21861991e760e7e845dc1be5b804c950543d699a
https://github.com/llvm/llvm-project/commit/21861991e760e7e845dc1be5b804c950543d699a
Author: Saiyedul Islam <Saiyedul.Islam at amd.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/test/CodeGen/amdgpu-abi-version.c
M clang/test/CodeGen/amdgpu-address-spaces.cpp
M clang/test/CodeGenCUDA/amdgpu-code-object-version-linking.cu
M clang/test/CodeGenCUDA/amdgpu-workgroup-size.cu
M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
Log Message:
-----------
[OpenMP] Cleanup and fixes for ABI agnostic DeviceRTL (#71234)
Fixes the DeviceRTL compilation to ensure it is ABI agnostic. Uses
already available global variable "oclc_ABI_version" instead of
"llvm.amdgcn.abi.verion".
It also adds some minor fields in ImplicitArg structure.
More information about the All-commits
mailing list