We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8864780 commit 928b1fcCopy full SHA for 928b1fc
docs/understand/programming_model.rst
@@ -528,8 +528,8 @@ Multi-GPU and load balancing
528
529
For applications requiring additional computational power beyond a single device,
530
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.
+that need more compute power can use multiple GPUs in the system. This enables
+the runtime to distribute workloads across multiple GPUs to balance the load and prevent some GPUs
+from being over-utilized while others are idle.
534
535
For more information, see :ref:`multi-device`.
0 commit comments