Skip to content

Commit b7c5e65

Browse files
committed
Fix typo
Signed-off-by: Kaiyu Shi <skyisno.1@gmail.com>
1 parent 4ae3dc8 commit b7c5e65

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)