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

Rewrite sparse dmatrix using callbacks. #7092

Merged
merged 30 commits into from Jul 16, 2021

Commits on Jul 15, 2021

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

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    45ee815 View commit details
    Browse the repository at this point in the history
  3. Remove page size.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    cfe6866 View commit details
    Browse the repository at this point in the history
  4. Initialize sparse page.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    7e23d04 View commit details
    Browse the repository at this point in the history
  5. remove warning.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    19fc649 View commit details
    Browse the repository at this point in the history
  6. Don't use parser.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    2c6b9c2 View commit details
    Browse the repository at this point in the history
  7. Remove assert.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    a84a592 View commit details
    Browse the repository at this point in the history
  8. Revert "Don't use parser."

    This reverts commit dd2c8a9.
    trivialfis committed Jul 15, 2021
    Copy the full SHA
    222d6d6 View commit details
    Browse the repository at this point in the history
  9. Get the flaky back.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    045a7cc View commit details
    Browse the repository at this point in the history
  10. Documents.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    9e9e48b View commit details
    Browse the repository at this point in the history
  11. ama.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    93490c3 View commit details
    Browse the repository at this point in the history
  12. Don't handle empty.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    7d912e0 View commit details
    Browse the repository at this point in the history
  13. Documents.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    8e9368c View commit details
    Browse the repository at this point in the history
  14. Test.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    2da5cde View commit details
    Browse the repository at this point in the history
  15. Remove decide format.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    ba6cbcd View commit details
    Browse the repository at this point in the history
  16. Make everything const.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    ad16bbd View commit details
    Browse the repository at this point in the history
  17. Tidy.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    0141ff5 View commit details
    Browse the repository at this point in the history
  18. Lint.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    53bb9ba View commit details
    Browse the repository at this point in the history
  19. Name the cache.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    9c3bce6 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    784a74a View commit details
    Browse the repository at this point in the history
  21. Cleanup tests.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    413c06f View commit details
    Browse the repository at this point in the history
  22. Better comments.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    f851b1b View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    07fd5c9 View commit details
    Browse the repository at this point in the history
  24. Covariant return type.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    6a6ad78 View commit details
    Browse the repository at this point in the history
  25. Return this.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    df3fdc2 View commit details
    Browse the repository at this point in the history
  26. Reviewers' comments.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    6314ccc View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    cc0be72 View commit details
    Browse the repository at this point in the history
  28. Fix doc.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    77692d6 View commit details
    Browse the repository at this point in the history
  29. Remove raw pointer.

    trivialfis committed Jul 15, 2021
    Copy the full SHA
    8dc07ca View commit details
    Browse the repository at this point in the history
  30. Revert "Remove raw pointer."

    This reverts commit 3d5f319.
    trivialfis committed Jul 15, 2021
    Copy the full SHA
    f54b36a View commit details
    Browse the repository at this point in the history