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

Optimized ApplySplit and UpdatePredictCache functions on CPU #5244

Merged
merged 9 commits into from Feb 29, 2020

Commits on Feb 1, 2020

  1. Configuration menu
    Copy the full SHA
    0c1df2b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Small cleanup.

    * Remove SimpleArray as it's only used in column matrix, and resize is only
    called once per tree.
    
    * Reduce the number of parameters, specifically by computing prefetching at
    compile time.
    trivialfis committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    1c8ce68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8faa6a View commit details
    Browse the repository at this point in the history
  3. Lint.

    trivialfis committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    3df344f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. apply review comments

    SmirnovEgorRu committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    208d251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b2004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc2967 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    350fd6b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

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