[Openmp-commits] [PATCH] D109885: [MLIR][[amdgpu-arch]][OpenMP] Remove direct dependency on /opt/rocm
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 16 11:26:17 PST 2021
JonChesterfield added a comment.
In D109885#3198232 <https://reviews.llvm.org/D109885#3198232>, @arsenm wrote:
> Dropping the default install location from the default search hint is entirely unreasonable
That seems to be the feature request, though I haven't gone through the jira web to work out what's going on here.
We can either have opt-in to somewhere other than CMAKE_INSTALL_PREFIX, which I think Ethan's suggestion does (not clear whether PATH between the two variables is semantically important), or we could have opt-out for people who want to be sure they aren't picking up something in /opt/rocm.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109885/new/
https://reviews.llvm.org/D109885
More information about the Openmp-commits
mailing list