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 #8432

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
    Copy the full SHA
    75c9735 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Copy the full SHA
    00dcb8c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Copy the full SHA
    8907376 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    85f375a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aeebe6a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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