Skip to content

Commit

Permalink
Update docs/understand/hip_runtime_api.rst
Browse files Browse the repository at this point in the history
Co-authored-by: MKKnorr <[email protected]>
  • Loading branch information
neon60 and MKKnorr committed Sep 6, 2024
1 parent 5b5ee2c commit e447967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/understand/hip_runtime_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Stream management

Stream management refers to the mechanisms that allow developers to control the
order and concurrency of kernel execution and memory transfers on the GPU.
Stream is linear sequence of execution which belonging to a specific GPU.
Streams are associated with a specific device and operations within a stream are executed sequentially.
Different streams can execute operations concurrently on the same GPU, which can
lead to better utilization of the device.

Expand Down

0 comments on commit e447967

Please sign in to comment.