You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ List of options provided by CMake:
145
145
| UR_DEVICE_CODE_EXTRACTOR | Path of the `clang-offload-extract` executable from the DPC++ package, required for CTS device binaries | File path |`"${dirname(UR_DPCXX)}/clang-offload-extract"`|
146
146
| UR_DPCXX_BUILD_FLAGS | Build flags to pass to DPC++ when compiling device programs | Space-separated options list |`""`|
147
147
| UR_SYCL_LIBRARY_DIR | Path of the SYCL runtime library directory to build CTS device binaries | Directory path |`""`|
148
-
| UR_HIP_ROCM_DIR | Path of the default ROCm HIP installation | Directory path |`/opt/rocm`|
148
+
| UR_HIP_ROCM_DIR | Path of the default ROCm HIP installation | Directory path |`$ENV{ROCM_PATH}` or `/opt/rocm`|
149
149
| UR_HIP_INCLUDE_DIR | Path of the ROCm HIP include directory | Directory path |`${UR_HIP_ROCM_DIR}/include`|
150
150
| UR_HIP_HSA_INCLUDE_DIRS | Path of the ROCm HSA include directory | Directory path |`${UR_HIP_ROCM_DIR}/hsa/include;${UR_HIP_ROCM_DIR}/include`|
151
151
| UR_HIP_LIB_DIR | Path of the ROCm HIP library directory | Directory path |`${UR_HIP_ROCM_DIR}/lib`|
0 commit comments