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

Add LLVM_DEFAULT_TARGET_TRIPLE to find new location of -lomp #839

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Apr 4, 2024

  1. Add clang LLVM_DEFAULT_TARGET_TRIPLE to find new location of -lomp

    An upstream llvm change enables
    LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default for the openmp
    build. This installs the openmp libraries into
    /opt/rocm-ver/llvm/lib/x86_64-unknown-linux-gnu instead of
    /opt/rocm-ver/llvm/lib. Currenty, hipBLAS only looks in /lib.
    Prepend lib/x86_64-unknown-linux-gnu to -L and --rpath to avoid
    linker error.
    estewart08 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ac0a842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0853a47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de7f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    f55f240 View commit details
    Browse the repository at this point in the history