[all-commits] [llvm/llvm-project] bf6f95: [libomptarget] Run GPU offloading tests on both ne...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Fri Oct 22 15:29:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf6f955f393f9922ac743ff2055bf867a7a071ae
https://github.com/llvm/llvm-project/commit/bf6f955f393f9922ac743ff2055bf867a7a071ae
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M openmp/libomptarget/CMakeLists.txt
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins/cuda/CMakeLists.txt
M openmp/libomptarget/test/lit.cfg
M openmp/libomptarget/test/unified_shared_memory/api.c
Log Message:
-----------
[libomptarget] Run GPU offloading tests on both new and old runtime
Implemented by patching python config instead of modifying all
the tests so that -generic and XFAIL work as usual. Expectation is for
this to be reverted once the old runtime is deleted.
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D112225
More information about the All-commits
mailing list