1
1

Merge pull request #5042 from Stonesjtu/patch-1

Fix typo
Этот коммит содержится в:
Nathan Hjelm 2018-04-16 12:13:35 -06:00 коммит произвёл GitHub
родитель 4d876ec6fe b7c5e65d4f
Коммит 69456c8962
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -109,5 +109,5 @@ remote read of the GPU data.
The receiver maintains a cache of remote memory that it has handles open on.
This is because a call to cuIpcOpenMemHandle() can be very expensive (90usec) so
we want to avoid it when we can. The cache of remote memory is kept in a memory
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
memory handles because getting them is very cheap and there is no need.