Skip to content

Commit

Permalink
Docs: update wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKnorr committed Nov 25, 2024
1 parent b65c014 commit bbb00d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ typedefs
unintuitive
UMM
unmap
unmapped
upscaled
variadic
vulkan
WinGDB
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
zc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ is supported, and 0 if it is not supported.
* - :cpp:enumerator:`hipDeviceAttributeManagedMemory`
- Device supports allocating managed memory on this system
* - :cpp:enumerator:`hipDeviceAttributePageableMemoryAccess`
- Device supports coherently accessing pageable memory without calling hipHostRegister on it.
- Device supports coherently accessing pageable memory without calling :cpp:func:`hipHostRegister()` on it.
* - :cpp:enumerator:`hipDeviceAttributeConcurrentManagedAccess`
- Full unified memory support. Device can coherently access managed memory concurrently with the CPU

Expand Down

0 comments on commit bbb00d0

Please sign in to comment.