Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 928b1fc

Browse files
authoredMar 7, 2025··
Update docs/understand/programming_model.rst
1 parent 8864780 commit 928b1fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/understand/programming_model.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ Multi-GPU and load balancing
528528

529529
For applications requiring additional computational power beyond a single device,
530530
HIP supports utilizing multiple GPUs within a system. Large-scale applications
531-
that need more compute power can use multiple GPUs in the system. This requires
532-
distributing workloads across multiple GPUs to balance the load to prevent GPUs
533-
from being over-utilized while others are idle.
531+
that need more compute power can use multiple GPUs in the system. This enables
532+
the runtime to distribute workloads across multiple GPUs to balance the load and prevent some GPUs
533+
from being over-utilized while others are idle.
534534

535535
For more information, see :ref:`multi-device`.

0 commit comments

Comments
 (0)
Please sign in to comment.