2
0

SWDEV-489117 - Add missing stream destry in Unit_hipCGMultiGridGroupType_Basic

Change-Id: Ic926da700e7c1933d105495306b94f302d130150


[ROCm/hip-tests commit: 09697ca260]
Este cometimento está contido em:
Branislav Brzak
2024-10-04 09:06:08 +00:00
cometido por Branislav Brzak
ascendente 232f8f47e1
cometimento 633cd1179f
@@ -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]));
}
}