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

[WIP] Assigning Deterministic Order to Dask Workers Based on CUDA_VISIBLE_DEVICES #1572

Closed

Commits on Jul 14, 2020

  1. update master references

    ajschmidt8 committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a6677ca View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. REL DOC Updates for main branch switch

    [skip ci] Update master references for main branch
    mike-wendt authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    ad2d7d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Merge pull request rapidsai#272 from rapidsai/branch-21.06

    REL Fix `21.06` Release Changelog
    ajschmidt8 authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e3c9344 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Merge pull request rapidsai#321 from rapidsai/branch-21.08

    [HOTFIX] Remove `-g` from cython compile commands
    ajschmidt8 authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    3b0a6d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. REL v21.08.00 release

    GPUtester committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    309ea1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request rapidsai#612 from rapidsai/branch-22.04

    [RELEASE] v22.04
    raydouglass authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3740998 View commit details
    Browse the repository at this point in the history
  3. REL v22.04.00 release

    GPUtester committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e987ec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Add conda compilers (rapidsai#702)

    Our `devel` Docker containers need to be switched to using `conda` compilers to resolve a linking error. `raft` is in those containers, but hasn't yet been built with `conda` compilers. This PR addresses that.
    
    These changes won't cleanly merge into `branch-22.08` unfortunately due to the changes in rapidsai#641, but we can address that another time.
    
    Authors:
       - AJ Schmidt (https://github.com/ajschmidt8)
       - Corey J. Nolet (https://github.com/cjnolet)
       - Vyas Ramasubramani (https://github.com/vyasr)
    
    Approvers:
       - Corey J. Nolet (https://github.com/cjnolet)
    ajschmidt8 authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0b55c32 View commit details
    Browse the repository at this point in the history
  2. update changelog

    raydouglass committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    229b9f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rapidsai#708 from rapidsai/branch-22.06

    [RELEASE] v22.06 raft
    raydouglass authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0eded98 View commit details
    Browse the repository at this point in the history
  4. FIX update-version.sh

    raydouglass committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    3e5a625 View commit details
    Browse the repository at this point in the history
  5. Merge pull request rapidsai#709 from rapidsai/branch-22.06

    FIX update-version.sh
    raydouglass authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ad50a7f View commit details
    Browse the repository at this point in the history
  6. REL v22.06.00 release

    GPUtester committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ed2c529 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    aae5e34 View commit details
    Browse the repository at this point in the history
  2. REL v22.08.00 release

    GPUtester committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    87a7d16 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    1de93ba View commit details
    Browse the repository at this point in the history
  2. REL v22.10.00 release

    GPUtester committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    31ae597 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. [HOTFIX] Update cuda-python dependency to 11.7.1 (rapidsai#963)

    @shwina I'm going to apologize ahead of time for this, but i was trying to forward merge your branch 22.10 locally to create a new PR from it and I accidentally pushed to your remote branch. I cherry-picked the commits over to a new branch for the hotfix.
    
    Authors:
       - Bradley Dice (https://github.com/bdice)
       - Ashwin Srinath (https://github.com/shwina)
    
    Approvers:
       - Ray Douglass (https://github.com/raydouglass)
    cjnolet authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    08abc72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rapidsai#988 from rapidsai/branch-22.10

    [RELEASE] raft v22.10.01
    raydouglass authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c6e6ce8 View commit details
    Browse the repository at this point in the history
  3. REL v22.10.01 release

    GPUtester committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f7d2335 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    c16fa56 View commit details
    Browse the repository at this point in the history
  2. REL v22.12.00 release

    GPUtester committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9a716b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Merge pull request rapidsai#1101 from rapidsai/branch-22.12

    [RELEASE] raft v22.12.01 [skip-gpuci]
    raydouglass authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    60936ba View commit details
    Browse the repository at this point in the history
  2. REL v22.12.01 release

    GPUtester committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a655c9a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    9a66f42 View commit details
    Browse the repository at this point in the history
  2. REL v23.02.00 release

    raydouglass committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    69dce2d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    1467154 View commit details
    Browse the repository at this point in the history
  2. REL v23.04.00 release

    raydouglass committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7d1057e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. REL v23.04.01 release

    raydouglass committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    dc800d6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. REL Merge pull request rapidsai#1486 from rapidsai/branch-23.04

    REL Update changelog v23.04
    raydouglass authored May 3, 2023
    Configuration menu
    Copy the full SHA
    520e12c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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