Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Work with newer thrust and libcudacxx for rapidsai #44

Open
wants to merge 6 commits into
base: branch-22.12
Choose a base branch
from

Commits on Nov 4, 2022

  1. Thrust 1.17 removes the experimental/pinned_allocator.

    When xgboost is brought into a large project it can
    be compiled against Thrust 1.17+ which don't offer
    this experimental allocator.
    
    To ensure that going forward xgboost works in all enviornments we provide a xgboost namespaced version of
    the pinned_allocator that previously was in Thrust.
    robertmaynard committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e65d90a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    2eb75bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3c6cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    300d63a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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