[PATCH] D154123: [HIP] Start document HIP support by clang
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 10:40:50 PDT 2023
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/docs/HIPSupport.rst:82
+===========================
+
+1. **Compiler Options**: If you specify paths using the compiler options, these will override the correponding paths set via environment variables.
----------------
scchan wrote:
> I think it would be easier to understand by explicitly calling out the order of precedence:
>
> - For HIP path:
> - --hip-path option
> - HIP_PATH env var
> - --rocm-path option
> - ROCM_PATH env var
> - default automatic detection
>
>
> -- For device lib:
> - --hip-device-lib-path option
> - HIP_DEVICE_LIB_PATH env var
> - --rocm-path option
> - ROCM_PATH env var
> - default automatic detection
>
wil do
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154123/new/
https://reviews.llvm.org/D154123
More information about the cfe-commits
mailing list