[Openmp-commits] [PATCH] D112225: [libomptarget] Run GPU offloading tests on both new and old runtime
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 27 14:46:56 PDT 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/plugins/cuda/CMakeLists.txt:68-69
libomptarget_say("Enable tests using CUDA plugin")
set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} nvptx64-nvidia-cuda" PARENT_SCOPE)
+ set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} nvptx64-nvidia-cuda-newRTL" PARENT_SCOPE)
else()
----------------
JonChesterfield wrote:
> Meinersbur wrote:
> >
> better, thanks!
this ^ turned out to be a functional change. As originally written, it would only run the newRTL cases. With this form, both run
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112225/new/
https://reviews.llvm.org/D112225
More information about the Openmp-commits
mailing list