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

Split up column matrix initialization. #8060

Merged
merged 4 commits into from Jul 14, 2022

Commits on Jul 13, 2022

  1. Split up column matrix initialization.

    This PR splits the column matrix initialization into 2 steps, the first one initializes
    the storage while the second one does the transpose. By doing so, we can reuse the code
    for Quantile DMatrix.
    trivialfis committed Jul 13, 2022
    Copy the full SHA
    3b23d4d View commit details
    Browse the repository at this point in the history
  2. msvc.

    trivialfis committed Jul 13, 2022
    Copy the full SHA
    b5a8575 View commit details
    Browse the repository at this point in the history
  3. MSVC.

    trivialfis committed Jul 13, 2022
    Copy the full SHA
    bc40877 View commit details
    Browse the repository at this point in the history
  4. MSVC.

    trivialfis committed Jul 13, 2022
    Copy the full SHA
    fe471d1 View commit details
    Browse the repository at this point in the history