We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446f97e commit a9daa7fCopy full SHA for a9daa7f
cmake/public/LoadHIP.cmake
@@ -502,7 +502,7 @@ endif()
502
### Remove setting of Flags when FindHIP.CMake PR #558 is accepted.###
503
504
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
+ set(amd_comgr_DIR ${ROCM_PATH}/lib/cmake/amd_comgr) # TODO
506
set(rocrand_DIR ${ROCM_PATH}/lib/cmake/rocrand)
507
set(hiprand_DIR ${ROCM_PATH}/lib/cmake/hiprand)
508
set(rocblas_DIR ${ROCM_PATH}/lib/cmake/rocblas)
0 commit comments