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

Avoid the use of size_t in the partitioner. #10541

Merged
merged 4 commits into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. Avoid the use of size_t in the partitioner.

    size_t is implementation-defined, which causes issue when we want to pass pointer or span.
    trivialfis committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    237a206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d19731 View commit details
    Browse the repository at this point in the history
  3. Fix.

    trivialfis committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2a51a42 View commit details
    Browse the repository at this point in the history
  4. cleanup.

    trivialfis committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e312760 View commit details
    Browse the repository at this point in the history