[Openmp-commits] [PATCH] D89974: [driver][CUDA] Use CMake's FindCUDA as default --cuda-path.

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 22 11:52:45 PDT 2020


Hahnfeld added a comment.

In D89974#2348124 <https://reviews.llvm.org/D89974#2348124>, @jdoerfert wrote:

> I thought, right now we would configure clang with a cuda path XYZ

If you speak of the current state in the repository, AFAICT, Clang doesn't know about a CUDA installation that CMake may have found. There's just a list of default paths that are searched during runtime, dynamically enhanced by an entry from searching `ptxas` in `PATH`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89974



More information about the Openmp-commits mailing list