-
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
question: Nvidia A100 cuda 11.8 which implementation to use? #6018
Comments
Thanks for using LightGBM. Currently both versions don't support multi-GPU training. We'll add multi-GPU support for |
@shiyu1994 Thanks, when I run the Higgs example from the documentation, https://lightgbm.readthedocs.io/en/latest/GPU-Tutorial.html#run-your-first-learning-task-on-gpu the cuda version core dumps if I specify gpu_device_id to a number other than 0. Please advise.
|
@shiyu1994 It works now, impressive work! |
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. |
Hi, thanks for the great package, I have multiple A100 on the server, do you recommend OpenCL version or cuda version? which is faster and has more features? I tried both and both seem to work.
However I've some trouble specifying the gpu id with cuda version. Thanks!
The text was updated successfully, but these errors were encountered: