[Openmp-commits] [PATCH] D112225: [libomptarget] Run GPU offloading tests on both new and old runtime
Michael Kruse via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 21 09:14:44 PDT 2021
Meinersbur added a comment.
Do you know whether all current regression tests are passing with the newRTL?
================
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()
----------------
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