From bbb00d0e02886ee339b9192118f813d594761fd8 Mon Sep 17 00:00:00 2001 From: Matthias Knorr Date: Tue, 19 Nov 2024 13:10:42 +0100 Subject: [PATCH] Docs: update wordlist --- .wordlist.txt | 3 ++- .../hip_runtime_api/memory_management/unified_memory.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index 84e2c10e83..55bf87e5e5 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -161,8 +161,9 @@ typedefs unintuitive UMM unmap +unmapped upscaled variadic vulkan WinGDB -zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +zc diff --git a/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst b/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst index ceb742606f..4e60863ac3 100644 --- a/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst +++ b/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst @@ -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