[all-commits] [llvm/llvm-project] 4d5080: [libomptarget] Build DeviceRTL for amdgpu
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Thu Oct 28 04:34:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d50803ce49ce6b57c4865361c9ba0ad7063b7be
https://github.com/llvm/llvm-project/commit/4d50803ce49ce6b57c4865361c9ba0ad7063b7be
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
M openmp/libomptarget/DeviceRTL/CMakeLists.txt
M openmp/libomptarget/DeviceRTL/src/Configuration.cpp
M openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
M openmp/libomptarget/test/mapping/data_member_ref.cpp
M openmp/libomptarget/test/mapping/declare_mapper_nested_default_mappers.cpp
M openmp/libomptarget/test/mapping/declare_mapper_nested_mappers.cpp
M openmp/libomptarget/test/mapping/delete_inf_refcount.c
M openmp/libomptarget/test/mapping/lambda_by_value.cpp
M openmp/libomptarget/test/mapping/ompx_hold/struct.c
M openmp/libomptarget/test/mapping/ptr_and_obj_motion.c
M openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
M openmp/libomptarget/test/offloading/bug49021.cpp
M openmp/libomptarget/test/offloading/bug49334.cpp
M openmp/libomptarget/test/offloading/bug50022.cpp
M openmp/libomptarget/test/offloading/global_constructor.cpp
M openmp/libomptarget/test/offloading/host_as_target.c
M openmp/libomptarget/test/unified_shared_memory/api.c
M openmp/libomptarget/test/unified_shared_memory/close_enter_exit.c
M openmp/libomptarget/test/unified_shared_memory/close_modifier.c
M openmp/libomptarget/test/unified_shared_memory/shared_update.c
Log Message:
-----------
[libomptarget] Build DeviceRTL for amdgpu
Passes same tests as the current deviceRTL. Includes cmake change from D111987.
CI is showing a different set of pass/fails to local, committing this
without the tests enabled by default while debugging that difference.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D112227
More information about the All-commits
mailing list