Skip to content

Commit 7e73a94

Browse files
authored
Update 07-multi-gpu.md
1 parent 08a2287 commit 7e73a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07-multi-gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ hipError_t hipMemcpy(void* dst, void* src, size_t count, hipMemcpyKind kind)
220220
```cpp
221221
hipError_t hipMemcpyPeer(void* dst, int dstDev, void* src, int srcDev, size_t count)
222222
```
223-
* falls back to a normal copy through host memory whn direct peer to peer access is not available
223+
* falls back to a normal copy through host memory when direct peer to peer access is not available
224224
225225
226226

0 commit comments

Comments
 (0)