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

CPU/GPU interoperability POC #4874

Merged
merged 29 commits into from
Oct 18, 2022

Commits on Aug 18, 2022

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

Commits on Aug 24, 2022

  1. Apply changes

    viclafargue committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ba70967 View commit details
    Browse the repository at this point in the history
  2. Add pytests

    viclafargue committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d19a6ef View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

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

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    f120ac5 View commit details
    Browse the repository at this point in the history
  2. Add code doc

    viclafargue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    1556de8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62f4ea7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    85c06a7 View commit details
    Browse the repository at this point in the history
  2. Use rapids-cmake 22.10 best practice for RAPIDS.cmake location (rapid…

    …sai#4862)
    
    Removes possibility of another projects RAPIDS.cmake being used, and removes need to always download a version.
    
    Authors:
      - Robert Maynard (https://github.com/robertmaynard)
    
    Approvers:
      - Dante Gama Dessavre (https://github.com/dantegd)
    
    URL: rapidsai#4862
    robertmaynard authored and divyegala committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ef55502 View commit details
    Browse the repository at this point in the history
  3. Remove unused cuDF imports (rapidsai#4873)

    For housekeeping, this PR removes unused cuDF imports across a variety of files.
    
    It does not refactor any code that currently relies on cuDF.
    
    Authors:
      - Nick Becker (https://github.com/beckernick)
    
    Approvers:
      - Dante Gama Dessavre (https://github.com/dantegd)
    
    URL: rapidsai#4873
    beckernick authored and divyegala committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ac68939 View commit details
    Browse the repository at this point in the history
  4. Import treelite models into FIL in a different precision (rapidsai#4839)

    Import treelite models into FIL in a different precision.
    
    - e.g. load float64 treelite models as a float32 FIL model, or vice versa
    
    Authors:
      - Andy Adinets (https://github.com/canonizer)
      - William Hicks (https://github.com/wphicks)
    
    Approvers:
      - Philip Hyunsu Cho (https://github.com/hcho3)
      - William Hicks (https://github.com/wphicks)
    
    URL: rapidsai#4839
    canonizer authored and divyegala committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    dadedda View commit details
    Browse the repository at this point in the history
  5. All points membership vector for HDBSCAN (rapidsai#4800)

    - [x] All points distance membership vector
    - [x] All points outlier membership vector
    - [x] All points probability in some cluster
    - [x] All points membership vector
    - [x] Tests
    
    Authors:
      - Tarang Jain (https://github.com/tarang-jain)
    
    Approvers:
      - Corey J. Nolet (https://github.com/cjnolet)
    
    URL: rapidsai#4800
    tarang-jain authored and divyegala committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9afdff5 View commit details
    Browse the repository at this point in the history
  6. merging

    divyegala committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    0cdafd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. merging and style fix

    divyegala committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ff6d60a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    8c64303 View commit details
    Browse the repository at this point in the history
  2. copyright check

    divyegala committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    68e816f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

Commits on Sep 14, 2022

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

Commits on Sep 26, 2022

  1. Requested changes

    viclafargue committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    eb54d3f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    d6c2dde View commit details
    Browse the repository at this point in the history
  2. Requested changes 2

    viclafargue committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0f3922a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Requested changes 3

    viclafargue committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c3dda60 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Fix import

    viclafargue committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    bfe238f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Fix tests

    viclafargue committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5c03489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09db802 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    495c676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c2e97 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Fix pydoc issue

    viclafargue committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    243b23e View commit details
    Browse the repository at this point in the history