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

Update search for bitcode files for rocm 3.9 #6865

Merged
merged 1 commit into from
Nov 7, 2020
Merged

Commits on Nov 6, 2020

  1. Update search for bitcode files for rocm 3.9

    rocm 3.9 moved the bitcodes, we adapt to that.
    As this gives opaque error messages that are hard to debug
    (loading the module fails with could not initialize shared object
    but does not tell you about the missing symbols), we tighten
    the checks at this stage:
    - we become more strict with missing bitcodes,
    - we let the linker fail loudly for unresolved symbols.
    t-vi committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d2b1900 View commit details
    Browse the repository at this point in the history