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

Forward-merge branch-24.10 into branch-24.12 #2457

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Commits on Sep 26, 2024

  1. bump NCCL floor to 2.18.1.1 (#2443)

    Contributes to rapidsai/build-planning#102
    
    Some RAPIDS libraries are using `ncclCommSplit()`, which was introduced in `nccl==2.18.1.1`. This is part of a series of PRs across RAPIDS updating libraries' pins to `nccl>=2.18.1.1` to ensure they get a new-enough version that supports that.
    
    Authors:
      - James Lamb (https://github.com/jameslamb)
    
    Approvers:
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    URL: #2443
    jameslamb authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f37c41c View commit details
    Browse the repository at this point in the history
  2. [Opt] Enforce the UT Coverity and add benchmark for transpose (#2438)

    Authors:
      - rhdong (https://github.com/rhdong)
    
    Approvers:
      - Artem M. Chirkin (https://github.com/achirkin)
      - Corey J. Nolet (https://github.com/cjnolet)
    
    URL: #2438
    rhdong authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    704feb1 View commit details
    Browse the repository at this point in the history
  3. Adding NCCL clique to the RAFT handle (#2431)

    Authors:
      - Victor Lafargue (https://github.com/viclafargue)
    
    Approvers:
      - Corey J. Nolet (https://github.com/cjnolet)
    
    URL: #2431
    viclafargue authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b78a07d View commit details
    Browse the repository at this point in the history
  4. bump NCCL floor to 2.19 (#2458)

    Follow-up to #2443
    
    As part of the work to support NumPy 2 across RAPIDS, we found reason to upgrade some libraries like `cugraph` to slightly newer NCCL (`>=2.19`). Context: rapidsai/build-planning#102 (comment)
    
    This applies that same bump here, to keep the range of NCCL versions consistent across RAPIDS.
    
    Authors:
      - James Lamb (https://github.com/jameslamb)
    
    Approvers:
      - https://github.com/jakirkham
      - Corey J. Nolet (https://github.com/cjnolet)
    
    URL: #2458
    jameslamb authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5ee0e79 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Deprecating vector search APIs and updating README accordingly (#2448)

    I opted to deprecate just the necessary pieces, such as the `index` classes instead of deprecating every single function.
    
    Authors:
      - Corey J. Nolet (https://github.com/cjnolet)
    
    Approvers:
      - Ben Frederickson (https://github.com/benfred)
    
    URL: #2448
    cjnolet authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6c4fdfb View commit details
    Browse the repository at this point in the history