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

LB Julia to 1.7, upgrade to ROCm 4.2 #187

Merged
merged 33 commits into from
Feb 15, 2022
Merged

LB Julia to 1.7, upgrade to ROCm 4.2 #187

merged 33 commits into from
Feb 15, 2022

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    bba3f04 View commit details
    Browse the repository at this point in the history
  2. Update CI to 1.7

    jpsamaroo committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b18ae5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf5bd6 View commit details
    Browse the repository at this point in the history
  4. Add rocRAND_jll support

    jpsamaroo committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    89c70e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    607a5df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bc27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce94add View commit details
    Browse the repository at this point in the history
  4. Remove <1.7 support code

    jpsamaroo committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    738245c View commit details
    Browse the repository at this point in the history
  5. Make HIP dependency optional

    We can run without it for many things, and since it often blocks usage
    of certain cards due to questionable behavior in its library
    initializer, it is worth not requiring that HIP be available.
    
    Fix hipStream_t type in rocBLAS wrapper
    Add rocSOLVER stubs
    jpsamaroo committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8aa55ea View commit details
    Browse the repository at this point in the history
  6. Use method overlay tables

    Switch from pow to ^
    Add ExprTools and SpecialFunctions as deps
    Remove @require ForwardDiff code
    jpsamaroo committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    9576e19 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Allow SpecialFunctions 1.x

    jpsamaroo committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    fd46ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3108774 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

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

Commits on Feb 13, 2022

  1. Remove compat hacks

    jpsamaroo committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    551d491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f7c99b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Use LLVM_jll for ld.lld

    jpsamaroo committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1f4b629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff5fc6 View commit details
    Browse the repository at this point in the history
  3. versioninfo: Add more paths

    jpsamaroo committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    306e8ae View commit details
    Browse the repository at this point in the history
  4. agents: Better error message with no agents found

    Add set_default_agent!(::HSAAgent) method
    jpsamaroo committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    51716f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87cba24 View commit details
    Browse the repository at this point in the history
  6. tests: Don't require HIP

    jpsamaroo committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    ff38a5f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    67a1c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec307be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d9bbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a00a20c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0180050 View commit details
    Browse the repository at this point in the history
  6. sync: Test hip_configured statically

    Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
    jpsamaroo and vchuravy committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0800b54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab17d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8341b4b View commit details
    Browse the repository at this point in the history
  9. build: Search /opt/rocm/lib

    jpsamaroo committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    15096c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00956a7 View commit details
    Browse the repository at this point in the history
  11. rocblas: Use absolute path

    jpsamaroo committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    577f663 View commit details
    Browse the repository at this point in the history
  12. Bump to 0.3.0

    jpsamaroo committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c22fd01 View commit details
    Browse the repository at this point in the history