[Openmp-commits] [PATCH] D106752: [OpenMP][Tool] Introducing the `llvm-omp-device-info` tool

Jose Manuel Monsalve Diaz via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 27 08:19:39 PDT 2021


josemonsalve2 added inline comments.


================
Comment at: openmp/libomptarget/plugins/cuda/CMakeLists.txt:66
   set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} nvptx64-nvidia-cuda" PARENT_SCOPE)
+  set(LIBOMPTARGET_TESTED_PLUGINS "omptarget.rtl.cuda" PARENT_SCOPE)
 else()
----------------
tianshilei1992 wrote:
> what is this for? Do we have to do similar thing for AMDGCN? If no, why is it here?
I originally had it because I was getting some linking errors, but I just tried it and it is not really necessary, apparently. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106752/new/

https://reviews.llvm.org/D106752



More information about the Openmp-commits mailing list