JonChesterfield added a comment.

Diff was created without context unfortunately, scrolling through the cmake 
locally suggests variables have names of the form `LIBOMPTARGET_AMDGPU_FOO` 
though the namespacing isn't as consistent as it might be.

Something like:

  if (not defined (LIBOMPTARGET_AMDGPU_HSA_SEARCH_PATH))
  set(LIBOMPTARGET_AMDGPU_HSA_SEARCH_PATH "/opt/rocm")
  endif()

where I'm not confident of the cmake syntax for 'is this thing defined' or 
'assign', looks like it might be `if (NOT LIBOMPTARGET_AMDGPU_HSA_SEARCH_PATH)` 
and `set`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109885

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to