1
1

Merge pull request #5745 from bwbarrett/v4.0.x-cuda-async

openib: Disable CUDA async by default
Этот коммит содержится в:
Geoff Paulsen 2018-09-20 18:09:32 -05:00 коммит произвёл GitHub
родитель 4d9deb33ec a4fabb7e26
Коммит 8dbfb9b032
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -573,7 +573,7 @@ int btl_openib_register_mca_params(void)
CHECK(reg_bool("cuda_async_recv", NULL,
"Enable or disable CUDA async recv copies "
"(true = async; false = sync)",
true, &mca_btl_openib_component.cuda_async_recv));
false, &mca_btl_openib_component.cuda_async_recv));
/* Also make the max send size larger for better GPU buffer performance */
mca_btl_openib_module.super.btl_max_send_size = 128 * 1024;
/* Turn of message coalescing - not sure if it works with GPU buffers */