Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matyas-streamhpc authored and neon60 committed Sep 26, 2024
1 parent f6f0e1c commit 267b2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/unified_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The chart below illustrates the expected behavior of managed and unified memory
* - ``hipHostRegister()``
- undefined behavior
- host, page-fault migration
* - ``hipMallocHost()`` (deprecated)
* - ``hipHostMalloc()``
- host, pinned, zero copy
- host, pinned, zero copy

Expand All @@ -156,7 +156,7 @@ The chart below illustrates the expected behavior of managed and unified memory
* - ``cudaHostRegister()``
- host, page-fault migration
- host, page-fault migration
* - ``cudaMallocHost()`` (deprecated)
* - ``cudaMallocHost()``
- host, pinned, zero copy
- host, pinned, zero copy

Expand Down

0 comments on commit 267b2f2

Please sign in to comment.