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

[FEA] Add support for select_k on CSR matrix #2140

Merged
merged 23 commits into from
Apr 8, 2024

Commits on Jan 31, 2024

  1. [FEA] Add support for select_k on CSR matrix

    - This PR is one part of the feature of rapidsai#1969
    - Add the API of 'select_k' accepting CSR as input
    - Add the API of 'segmented_copy'
    
    Authors:
      - James Rong (https://github.com/rhdong)
    
    Approvers:
      - Ben Frederickson (https://github.com/benfred)
      - Micka (https://github.com/lowener)
      - Corey J. Nolet (https://github.com/cjnolet)
    rhdong committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5071971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd874f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    3cf7e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435286a View commit details
    Browse the repository at this point in the history
  3. remove mr argument

    rhdong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    977ccee View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    60cfbf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d1645 View commit details
    Browse the repository at this point in the history
  3. fix format issue

    rhdong committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bc544e3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'rhdong/select_k_csr' of https://github.com/rhdong/raft

    …into rhdong/select_k_csr
    rhdong committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a3051d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    8b9181b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    558b69e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    392d050 View commit details
    Browse the repository at this point in the history
  4. add algo to new select_k

    rhdong committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5abbd4e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9e8ae31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5924bbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53cee3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'rhdong/select_k_csr' of https://github.com/rhdong/raft

    …into rhdong/select_k_csr
    rhdong committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    48cc460 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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