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

Work with newer thrust and libcudacxx for master #8454

Commits on Nov 10, 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 10, 2022
    Configuration menu
    Copy the full SHA
    897ef4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a57ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fac345e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8605cde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    849215c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    351d120 View commit details
    Browse the repository at this point in the history