SWDEV-489117 - Add missing stream destry in Unit_hipCGMultiGridGroupType_Basic
Change-Id: Ic926da700e7c1933d105495306b94f302d130150
Этот коммит содержится в:
коммит произвёл
Branislav Brzak
родитель
18f69cba00
Коммит
09697ca260
@@ -374,6 +374,8 @@ static void test_cg_multi_grid_group_type(F kernel_func, int num_devices, int bl
|
||||
HIP_CHECK(hipHostFree(size_host[i]));
|
||||
HIP_CHECK(hipHostFree(thd_rank_host[i]));
|
||||
HIP_CHECK(hipHostFree(is_valid_host[i]));
|
||||
|
||||
HIP_CHECK(hipStreamDestroy(stream[i]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user