EXSWHTEC-371 - Implement tests for the hipDrvGraphAddMemsetNode API #447

Change-Id: I981e14f34b008054d46e61ebae0099792df446b1
This commit is contained in:
Nives Vukovic
2023-12-25 17:57:36 +00:00
committed by Rakesh Roy
parent 6f9f5c07fe
commit 63c93f95a8
6 changed files with 677 additions and 6 deletions
+1 -1
View File
@@ -881,4 +881,4 @@ void DrvMemcpy3DArrayDeviceShell(F memcpy_func, const hipStream_t kernel_stream
};
PitchedMemoryVerify(host_alloc.ptr(), extent.width, extent.width / sizeof(int), extent.height,
extent.depth, f);
}
}