[all-commits] [llvm/llvm-project] ae845d: [AMDGPU][OpenMP] Enable Libomptarget runtime tests
pdhaliwal-amd via All-commits
all-commits at lists.llvm.org
Sun May 2 22:57:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae845d64269193189c0347454255afa70824e17a
https://github.com/llvm/llvm-project/commit/ae845d64269193189c0347454255afa70824e17a
Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
M openmp/libomptarget/CMakeLists.txt
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/ptr_and_obj_motion.c
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:
-----------
[AMDGPU][OpenMP] Enable Libomptarget runtime tests
This enables the runtime tests on amdgpu targets.
10 tests have been marked as XFAIL on amdgcn currently mostly due to
missing printf.
Reviewed By: protze.joachim
Differential Revision: https://reviews.llvm.org/D99656
More information about the All-commits
mailing list