Skip to content

Commit

Permalink
Update based on review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matyas-streamhpc committed Nov 22, 2024
1 parent 813479c commit deb9acd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how-to/hip_runtime_api/multi_device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Device enumeration involves identifying all the available GPUs connected to the
host system. A single host machine can have multiple GPUs, each with its own
unique identifier. By listing these devices, you can decide which GPU to use
for computation. The host queries the system to count and list all connected
GPUs, ensuring that the application can leverage the full computational power
available. Typically, applications list devices and their properties for
deployment planning, and also make dynamic selections during runtime to ensure
optimal performance.
GPUs that support the chosen ``HIP_PLATFORM``, ensuring that the application
can leverage the full computational power available. Typically, applications
list devices and their properties for deployment planning, and also make
dynamic selections during runtime to ensure optimal performance.

If the application does not assign a specific GPU, the runtime typically
assigns one automatically based on factors such as availability, performance,
Expand Down

0 comments on commit deb9acd

Please sign in to comment.