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

Implement GPU predict leaf. #6187

Merged
merged 5 commits into from
Nov 11, 2020
Merged

Conversation

trivialfis
Copy link
Member

@trivialfis trivialfis commented Sep 30, 2020

  • Add tests.

Close #5847 .

@codecov-io
Copy link

codecov-io commented Oct 11, 2020

Codecov Report

Merging #6187 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6187   +/-   ##
=======================================
  Coverage   80.24%   80.24%           
=======================================
  Files          12       12           
  Lines        3362     3362           
=======================================
  Hits         2698     2698           
  Misses        664      664           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab5b351...4e166c0. Read the comment docs.

Copy link
Member

@RAMitchell RAMitchell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one comment.

src/predictor/gpu_predictor.cu Outdated Show resolved Hide resolved
@trivialfis trivialfis force-pushed the gpu-predict-leaf branch 3 times, most recently from a15a244 to 63e2cad Compare October 29, 2020 05:51
@trivialfis trivialfis closed this Nov 11, 2020
@trivialfis trivialfis reopened this Nov 11, 2020
@trivialfis trivialfis merged commit 8a17610 into dmlc:master Nov 11, 2020
@trivialfis trivialfis deleted the gpu-predict-leaf branch November 11, 2020 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GPU Support for pred_leaf
3 participants