[Openmp-commits] [PATCH] D141933: [Libomptarget] Replace Nvidia arch lookup with 'nvptx-arch'

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 17 09:00:49 PST 2023


jhuber6 added inline comments.


================
Comment at: openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake:107
 endif()
 find_package(CUDA QUIET)
 
----------------
tianshilei1992 wrote:
> We also have to update this to `FindCUDAToolkit`.
We can't do that until the LLVM CMake version is bumped up in the 17 branch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141933



More information about the Openmp-commits mailing list