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

[gpuCI] Forward-merge branch-21.06 to branch-21.08 [skip ci] #782

Merged
merged 7 commits into from
May 24, 2021

Commits on May 20, 2021

  1. update changelog (#777)

    ajschmidt8 authored May 20, 2021
    Configuration menu
    Copy the full SHA
    6e8b978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753a9b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #779 from ajschmidt8/branch-21.06-merge-0.19

    Merge `branch-0.19` into `branch-21.06` [skip ci]
    ajschmidt8 authored May 20, 2021
    Configuration menu
    Copy the full SHA
    1a9d454 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md links for calver (#781)

    This PR updates the `0.20` references in `CHANGELOG.md` to be `21.06`.
    
    Authors:
      - AJ Schmidt (https://github.com/ajschmidt8)
    
    Approvers:
      - https://github.com/jakirkham
      - Dillon Cullinan (https://github.com/dillon-cullinan)
    
    URL: #781
    ajschmidt8 authored May 20, 2021
    Configuration menu
    Copy the full SHA
    d8d1330 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. FindThrust now guards against multiple inclusion by different consume…

    …rs (#784)
    
    When multiple projects included via CPM depend on RMM we need
    to make sure that we only try to add target `thrust_internal`.
    
    Authors:
      - Robert Maynard (https://github.com/robertmaynard)
    
    Approvers:
      - Keith Kraus (https://github.com/kkraus14)
    
    URL: #784
    robertmaynard authored May 24, 2021
    Configuration menu
    Copy the full SHA
    8a6baa0 View commit details
    Browse the repository at this point in the history
  2. upgrade spdlog to 1.8.5 (#658)

    The new version includes `fmt` version 7.1.3 which fixed the problem with cuda 10.x.
    
    @harrism @kkraus14
    
    Authors:
      - Rong Ou (https://github.com/rongou)
    
    Approvers:
      - Keith Kraus (https://github.com/kkraus14)
      - Mark Harris (https://github.com/harrism)
      - Mike Wendt (https://github.com/mike-wendt)
      - AJ Schmidt (https://github.com/ajschmidt8)
    
    URL: #658
    rongou authored May 24, 2021
    Configuration menu
    Copy the full SHA
    a4c21d7 View commit details
    Browse the repository at this point in the history
  3. Update environment variable used to determine cuda_version (#785)

    This PR updates the environment variable thats used to determine the `cuda_version` varaible in our conda recipes.
    
    The `CUDA` environment variable is explicitly set by the Ops team in our Jenkins jobs, whereas `CUDA_VERSION` comes from the `nvidia/cuda` Docker images that we base our images from.
    
    Authors:
      - AJ Schmidt (https://github.com/ajschmidt8)
    
    Approvers:
      - Ray Douglass (https://github.com/raydouglass)
    
    URL: #785
    ajschmidt8 authored May 24, 2021
    Configuration menu
    Copy the full SHA
    0cc1380 View commit details
    Browse the repository at this point in the history