Change-Id: I4fe492851c110d47244c599a4ceea62380544f8f

[ROCm/hip-tests commit: 779a7ba03d]
Этот коммит содержится в:
ROCm CI Service Account
2023-06-21 15:57:40 +05:30
коммит произвёл GitHub
родитель 7ab638c564
Коммит 7c8319cdbd
+1 -1
Просмотреть файл
@@ -186,7 +186,7 @@ TEST_CASE("Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Negative_Parameters") {
}
HIP_CHECK(hipSetDevice(1));
LinearAllocGuard<int> new_var(LinearAllocs::hipMalloc, sizeof(int));
HIP_CHECK_ERROR(hipGraphExecMemcpyNodeSetParamsFromSymbol(
HIP_CHECK_ERROR(hipGraphExecMemcpyNodeSetParamsToSymbol(
graph_exec, node, SYMBOL(int_device_var), new_var.ptr(),
sizeof(*new_var.ptr()), 0, static_cast<hipMemcpyKind>(-1)),
hipErrorInvalidValue);