[Openmp-commits] [PATCH] D101266: [OpenMP][CMake] Pass --cuda-path to regression tests.

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 26 17:49:56 PDT 2021


JonChesterfield added a comment.

Ah, I have confused this with needing to set LD_LIBRARY_PATH to find libomp.so when running an application, which may have been fixed somewhat recently. The tests using environment variables set by cmake to find cuda seems fine.

Needing to pass --cuda-path in the probably common case of a single cuda install in one of a few likely destinations is inconvenient but probably OK in practice. Iirc there's a rocm-path with similar properties, though I think that has some defaults it looks in when not specified.


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