[Openmp-commits] [PATCH] D89974: [driver][CUDA] Use CMake's FindCUDA as default --cuda-path.
Michael Kruse via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 22 11:07:15 PDT 2020
Meinersbur added a comment.
The host's build environment already influences the compiler's defaults, e.g. D88929 <https://reviews.llvm.org/D88929>. Especially libomptarget heavily uses it, and I would argue that these should be consistent, unless explicitly overwritten.
However, I see that OpenMP offloading is not the only use case.
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