Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rocblas installation fails with no client option #1247

Closed
gggh000 opened this issue Apr 26, 2022 · 1 comment
Closed

rocblas installation fails with no client option #1247

gggh000 opened this issue Apr 26, 2022 · 1 comment
Assignees

Comments

@gggh000
Copy link

gggh000 commented Apr 26, 2022

rocm5.1, centos 8 stream. It states missing path (below):

./install.sh -idn 

....
-- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off - Success
-- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on
-- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on - Success
-- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off
-- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off - Success
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1010
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 - Success
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1012
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 - Success
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1030
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success
-- hip::amdhip64 is SHARED_LIBRARY
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- Using AMDGPU_TARGETS: gfx803;gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx1010;gfx1012;gfx1030
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
RPM version 4.14.3
-- Configuring done
CMake Error in library/src/CMakeLists.txt:
  Imported target "hip::device" includes non-existent path

    "/opt/rocm-5.1.0/../include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in library/src/CMakeLists.txt:
  Imported target "hip::device" includes non-existent path

    "/opt/rocm-5.1.0/../include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    Tensile_LIBRARY_FORMAT
    Tensile_SEPARATE_ARCHITECTURES


CMake Generate step failed.  Build files cannot be regenerated correctly.
+ check_exit_code 1
+ ((  1 != 0  ))
+ exit 1

@TorreZuk TorreZuk self-assigned this May 20, 2022
@TorreZuk
Copy link
Contributor

Merging this into issue #1234 as closely related. As I expect it relates to OS, as stated in that issue: "Unfortunately Centos Stream 8 is not one of the ROCm supported OS (System Requirements) as listed at https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.1.1/page/Overview_of_ROCm_Installation_Methods.html " If details on python modules installed are provided in that issue we can advise on workarounds but for now closing these issues as duplicates.

ROCmMathLibrariesBot pushed a commit that referenced this issue May 25, 2022
* Install cmake to usr/local

* Build and keep files in build/deps

* Move OpenSSL from library dependencies to CMake dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants