[Openmp-commits] [PATCH] D42643: [libomptarget] Check for library with CUDA Driver API

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 29 14:26:44 PST 2018


grokos added inline comments.


================
Comment at: libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake:118
 set(LIBOMPTARGET_DEP_CUDA_FOUND ${CUDA_FOUND})
 set(LIBOMPTARGET_DEP_CUDA_LIBRARIES ${CUDA_LIBRARIES})
 set(LIBOMPTARGET_DEP_CUDA_INCLUDE_DIRS ${CUDA_INCLUDE_DIRS})
----------------
So `LIBOMPTARGET_DEP_CUDA_LIBRARIES` is no longer a dependency we care about. It can be removed.


================
Comment at: libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake:124
   LIBOMPTARGET_DEP_CUDA_INCLUDE_DIRS
   LIBOMPTARGET_DEP_CUDA_LIBRARIES)
+
----------------
Remove.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D42643





More information about the Openmp-commits mailing list