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 version not compiled with GPU support #3030

Closed
mingqizhang opened this issue Jan 13, 2018 · 1 comment
Closed

XGBoost version not compiled with GPU support #3030

mingqizhang opened this issue Jan 13, 2018 · 1 comment

Comments

@mingqizhang
Copy link

For bugs or installation issues, please provide the following information.
The more information you provide, the more easily we will be able to offer
help and advice.

Environment info

Operating System:
ubuntu14.04
Compiler:
gcc 4.9
Package used (python/R/jvm/C++):
python 2.7
xgboost version used:
0.7
use cuda8.0 and NVIDIA1080Ti
I want to use the xgboost with gpu, and i use the official step as below:
$ mkdir build
$ cd build
$ cmake .. -DUSE_CUDA=ON
$ make -j
No error in the process.
But when i test the benchmark.py,there is the error:
XGBoost version not compile with GPU support.
How to solve this problem?

@RAMitchell
Copy link
Member

This typically indicates an issue with the Python installation. Try uninstalling all previous versions of XGBoost and reinstalling.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants