-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
How to use gpu with C_API? #5966
Comments
Hi @n4sbsxp, did you find a solution to this? |
nah, you can try rewritting the code with cuda and recompile it. |
How are you using the C API? If you're using for example |
Hi @jameslamb , I'm not sure how @n4sbsxp is doing it. I'm have been using 'device=gpu', but I'm blocked by #6220 Best Wil |
This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one. Thank you for taking the time to improve LightGBM! |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
For some personal reason I need to run the code in c++ but I didn't found any function showing how to change the device in the document. https://lightgbm.readthedocs.io/en/latest/C-API.html
The text was updated successfully, but these errors were encountered: