[all-commits] [llvm/llvm-project] f8ffac: [OpenMP] Enable new driver tests for AMDGPU
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Feb 8 06:55:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8ffac59870d914a1d6b9fa1d340a3d88aa0eaed
https://github.com/llvm/llvm-project/commit/f8ffac59870d914a1d6b9fa1d340a3d88aa0eaed
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/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/lambda_by_value.cpp
M openmp/libomptarget/test/mapping/lambda_mapping.cpp
M openmp/libomptarget/test/mapping/ompx_hold/struct.c
M openmp/libomptarget/test/offloading/global_constructor.cpp
M openmp/libomptarget/test/offloading/host_as_target.c
Log Message:
-----------
[OpenMP] Enable new driver tests for AMDGPU
This patch enables running the new driver tests for AMDGPU. Previously
this was disabled because some tests failed. This was only because the
new driver tests hadn't been listed as unsupported or expected to fail.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D119240
More information about the All-commits
mailing list