Skip to content

[Issue]: libhip_hcc.so is necessary? Or libamdhip64.so? #1088

@e-kwsm

Description

@e-kwsm

set(HIP_HCC_LIB "hip_hcc")

if(NOT EXISTS "${ROCR_LIB_DIR}/lib${HIP_HCC_LIB}.so")
message("ERROR: ROC Runtime libraries can't be found under specified path. Please set ROCR_LIB_DIR path. Current value is : " ${ROCR_LIB_DIR})
RETURN()
endif()

The project, e.g. babel.so component, tries to find libhip_hcc.so, but it does not exist on my machine which HIP runtime packages are installed. I googled and found e.g. ROCm/ROCm#1163 (comment), which suggests to create a symlink to libamdhip64.so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions