Skip to content

Commit af27545

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

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
@@ -270,7 +270,7 @@ hipSetDevice(nodeRank % deviceCount);
270270
- there are various options to write a multi-GPU program
271271
- use `hipSetDevice()` to select the device, and the subsequent HIP calls
272272
operate on that device
273-
- ooften best to use one GPU per process, and let MPI handle data transfers between GPUs
273+
- often best to use one GPU per process, and let MPI handle data transfers between GPUs
274274
- GPU-aware MPI is required when passing device pointers to MPI
275275
276276
* Using host pointers does not require any GPU awareness

0 commit comments

Comments
 (0)