[Openmp-commits] [PATCH] D101266: [OpenMP][CMake] Pass --cuda-path to regression tests.
Michael Kruse via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Apr 25 18:09:58 PDT 2021
Meinersbur marked an inline comment as done.
Meinersbur added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/test/lit.site.cfg.in:8
+config.cuda_path = "@CUDA_TOOLKIT_ROOT_DIR@"
+config.cuda_libdir = "@CUDA_LIBDIR@"
config.binary_dir = "@CMAKE_CURRENT_BINARY_DIR@"
----------------
tianshilei1992 wrote:
> This variable will not be set by CMake based on CMake document.
Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101266/new/
https://reviews.llvm.org/D101266
More information about the Openmp-commits
mailing list