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.
2 parents 4d876ec + b7c5e65 commit 69456c8Copy full SHA for 69456c8
opal/mca/btl/smcuda/README
@@ -109,5 +109,5 @@ remote read of the GPU data.
109
The receiver maintains a cache of remote memory that it has handles open on.
110
This is because a call to cuIpcOpenMemHandle() can be very expensive (90usec) so
111
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
+pool that is associated with each endpoint. Note that we do not cache the local
113
memory handles because getting them is very cheap and there is no need.
0 commit comments