Skip to content

Commit a9daa7f

Browse files
committed
fixed comgr path on Windows
1 parent 446f97e commit a9daa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/public/LoadHIP.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ endif()
502502
### Remove setting of Flags when FindHIP.CMake PR #558 is accepted.###
503503

504504
set(hip_DIR ${ROCM_PATH}/lib/cmake/hip)
505-
set(amd_comgr_DIR C:/develop/ROCm-CompilerSupport/lib/comgr/build/lib/cmake/amd_comgr) # TODO
505+
set(amd_comgr_DIR ${ROCM_PATH}/lib/cmake/amd_comgr) # TODO
506506
set(rocrand_DIR ${ROCM_PATH}/lib/cmake/rocrand)
507507
set(hiprand_DIR ${ROCM_PATH}/lib/cmake/hiprand)
508508
set(rocblas_DIR ${ROCM_PATH}/lib/cmake/rocblas)

0 commit comments

Comments
 (0)