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

xgboost: GPU support #2

Closed
minimaxir opened this issue Mar 19, 2019 · 1 comment
Closed

xgboost: GPU support #2

minimaxir opened this issue Mar 19, 2019 · 1 comment

Comments

@minimaxir
Copy link
Owner

xgboost supports GPUs by setting gpu_hist instead of hist, and the code is prepared for that. Two problems:

  1. Unlike TensorFlow, xgboost does not have a way to automatically determine if a GPU is present.
  2. GPU hist training requires a Pascal minimum; the GPUs in Colaboratory notebooks are K80s (Kepler) which does not qualify.

Will keep at CPU support for now but there has to be a better solution.

@minimaxir
Copy link
Owner Author

Added GPU support w/ explicit caveats.

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

No branches or pull requests

1 participant