[all-commits] [llvm/llvm-project] 9b8b7c: [AMDGPU][Libomptarget] Delete g_atl_machine global
pdhaliwal-amd via All-commits
all-commits at lists.llvm.org
Tue Aug 24 00:59:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b8b7c1180eb3606fb08d2cdd9d6d18fae9cb2f5
https://github.com/llvm/llvm-project/commit/9b8b7c1180eb3606fb08d2cdd9d6d18fae9cb2f5
Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins/amdgpu/impl/atmi.cpp
M openmp/libomptarget/plugins/amdgpu/impl/atmi_interop_hsa.cpp
M openmp/libomptarget/plugins/amdgpu/impl/atmi_runtime.h
M openmp/libomptarget/plugins/amdgpu/impl/data.cpp
R openmp/libomptarget/plugins/amdgpu/impl/machine.cpp
R openmp/libomptarget/plugins/amdgpu/impl/machine.h
M openmp/libomptarget/plugins/amdgpu/impl/rt.h
M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[AMDGPU][Libomptarget] Delete g_atl_machine global
With uses of g_atl_machine gone, a significant portion of dead
code has been removed.
This patch depends on D104691 and D104695.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D104696
More information about the All-commits
mailing list