[all-commits] [llvm/llvm-project] a733bb: [libomptarget][amdgpu][nfc] Refactor #includes
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Wed Jul 21 09:28:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a733bbbd17129aff930ae27ac5c83707308d88c1
https://github.com/llvm/llvm-project/commit/a733bbbd17129aff930ae27ac5c83707308d88c1
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/impl/atmi.cpp
M openmp/libomptarget/plugins/amdgpu/impl/atmi_interop_hsa.h
M openmp/libomptarget/plugins/amdgpu/impl/atmi_runtime.h
M openmp/libomptarget/plugins/amdgpu/impl/data.cpp
A openmp/libomptarget/plugins/amdgpu/impl/hsa_api.h
M openmp/libomptarget/plugins/amdgpu/impl/internal.h
M openmp/libomptarget/plugins/amdgpu/impl/machine.cpp
M openmp/libomptarget/plugins/amdgpu/impl/machine.h
M openmp/libomptarget/plugins/amdgpu/impl/rt.h
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[libomptarget][amdgpu][nfc] Refactor #includes
Create a hsa_api.h header that includes the ROCr headers in use
Drop some unused headers and _cplusplus macros
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D106455
More information about the All-commits
mailing list