File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ List of options provided by CMake:
139
139
| UR_SYCL_LIBRARY_DIR | Path of the SYCL runtime library directory to build CTS device binaries | Directory path | ` "" ` |
140
140
| UR_HIP_ROCM_DIR | Path of the default ROCm HIP installation | Directory path | ` /opt/rocm ` |
141
141
| UR_HIP_INCLUDE_DIR | Path of the ROCm HIP include directory | Directory path | ` ${UR_HIP_ROCM_DIR}/include ` |
142
- | UR_HIP_HSA_INCLUDE_DIR | Path of the ROCm HSA include directory | Directory path | ` ${UR_HIP_ROCM_DIR}/hsa/include"" ` |
143
- | UR_HIP_LIB_DIR | Path of the ROCm HIP library directory | Directory path | ` ${UR_HIP_ROCM_DIR}/lib"" ` |
142
+ | 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 ` |
143
+ | UR_HIP_LIB_DIR | Path of the ROCm HIP library directory | Directory path | ` ${UR_HIP_ROCM_DIR}/lib ` |
144
144
145
145
### Additional make targets
146
146
You can’t perform that action at this time.
0 commit comments