[all-commits] [llvm/llvm-project] 07f59b: [libomptarget][nfc][amdgpu] Remove atmi_status_t type
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Wed May 26 09:02:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07f59baad634de8be91a266acf33465663b9d5f7
https://github.com/llvm/llvm-project/commit/07f59baad634de8be91a266acf33465663b9d5f7
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/impl/atmi.cpp
M openmp/libomptarget/plugins/amdgpu/impl/atmi.h
M openmp/libomptarget/plugins/amdgpu/impl/atmi_interop_hsa.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
M openmp/libomptarget/plugins/amdgpu/impl/internal.h
M openmp/libomptarget/plugins/amdgpu/impl/rt.h
M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
M openmp/libomptarget/plugins/amdgpu/impl/utils.cpp
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[libomptarget][nfc][amdgpu] Remove atmi_status_t type
ATMI_STATUS_UNKNOWN was unused, deleted references to it.
Replaced ATMI_STATUS_{SUCCESS,ERROR} with HSA_STATUS_{SUCCESS,ERROR}
Replaced atmi_status_t with hsa_status_t
Otherwise no change. In particular, conversions between atmi_status_t and
hsa_status_t will now be conversions between hsa_status_t and itself.
Reviewed By: pdhaliwal
Differential Revision: https://reviews.llvm.org/D103115
More information about the All-commits
mailing list