fix spelling errors
Conflicts:
README.md
docs/markdown/hip_faq.md
Change-Id: I8ca025e01276939ed3d7be24200ecaa8cf5e1e2c
[ROCm/hip commit: 65ad9d80d7]
This commit is contained in:
@@ -6,18 +6,18 @@ Please note that this document lists possible ways for experimenting with HIP st
|
||||
|
||||
#### On Small BAR Setup
|
||||
|
||||
There are two possible ways to transfer data from Host to Device (H2D) and Device to Host(D2H)
|
||||
There are two possible ways to transfer data from host-to-device (H2D) and device-to-host(D2H)
|
||||
* Using Staging Buffers
|
||||
* Using PinInPlace
|
||||
|
||||
#### On Large BAR Setup
|
||||
|
||||
There are three possible ways to transfer data from Host to Device (H2D)
|
||||
There are three possible ways to transfer data from host-to-device (H2D)
|
||||
* Using Staging Buffers
|
||||
* Using PinInPlace
|
||||
* Direct Memcpy
|
||||
|
||||
And there are two possible ways to transfer data from Device to Host (D2H)
|
||||
And there are two possible ways to transfer data from device-to-host (D2H)
|
||||
* Using Staging Buffers
|
||||
* Using PinInPlace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user