-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[CUDA] Multi-GPU for CUDA Version #6138
base: master
Are you sure you want to change the base?
Conversation
@guolinke This is almost ready. You may review this when you have time. Thanks. |
are there any tests for the multi-GPU training? |
docs/Parameters.rst
Outdated
|
||
- ``num_gpu`` :raw-html:`<a id="num_gpu" title="Permalink to this parameter" href="#num_gpu">🔗︎</a>`, default = ``1``, type = int, constraints: ``num_gpu > 0`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with changing the main parameter name to num_gpus
, but can we please keep num_gpu
as a parameter alias? So that existing code using that parameter isn't broken?
This is to integrate multi-GPU support for CUDA version, with NCCL.