Skip to content

Commit 69456c8

Browse files
authored
Merge pull request #5042 from Stonesjtu/patch-1
Fix typo
2 parents 4d876ec + b7c5e65 commit 69456c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/smcuda/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ remote read of the GPU data.
109109
The receiver maintains a cache of remote memory that it has handles open on.
110110
This is because a call to cuIpcOpenMemHandle() can be very expensive (90usec) so
111111
we want to avoid it when we can. The cache of remote memory is kept in a memory
112-
pool that is associated with each endpoint. Note that we do not cache the loca
112+
pool that is associated with each endpoint. Note that we do not cache the local
113113
memory handles because getting them is very cheap and there is no need.

0 commit comments

Comments
 (0)