We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e73a94 commit af27545Copy full SHA for af27545
docs/07-multi-gpu.md
@@ -270,7 +270,7 @@ hipSetDevice(nodeRank % deviceCount);
270
- there are various options to write a multi-GPU program
271
- use `hipSetDevice()` to select the device, and the subsequent HIP calls
272
operate on that device
273
-- ooften best to use one GPU per process, and let MPI handle data transfers between GPUs
+- often best to use one GPU per process, and let MPI handle data transfers between GPUs
274
- GPU-aware MPI is required when passing device pointers to MPI
275
276
* Using host pointers does not require any GPU awareness
0 commit comments