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 13, 2024
1 parent 0c6386c commit 6cb1297
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/understand/hip_runtime_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,10 @@ segment of global with queryable size.
Texture memory
^^^^^^^^^^^^^^

Read-only storage visible to all threads in a given grid and accessible
through additional APIs.
Read-only storage visible to all threads on a given device and accessible
through additional APIs. Its origins come from graphics APIs, and provides
performance benefits when accessing memory in a pattern where the
addresses are close to each other in a 2D representation of the memory.

Surface memory
^^^^^^^^^^^^^^
Expand Down

0 comments on commit 6cb1297

Please sign in to comment.