SWDEV-327563 - Enable fixed tests linux and windows (#2803)

Change-Id: Icad90d01f796a8a8cf57884b86ca1a5a2b50ec64
This commit is contained in:
ROCm CI Service Account
2022-07-19 19:28:17 +05:30
committed by GitHub
parent e3ee2626f4
commit 1458912363
7 changed files with 2 additions and 35 deletions
@@ -228,6 +228,7 @@ void hipGraphMemcpyNodeSetParamsFromSymbol_GlobalMem(bool useConstDeviceVar) {
// Instantiate and launch the graph
HIP_CHECK(hipGraphInstantiate(&graphExec, graph, nullptr, nullptr, 0));
HIP_CHECK(hipGraphLaunch(graphExec, 0));
HIP_CHECK(hipStreamSynchronize(0));
// Validating the result
for (int i = 0; i < SIZE; i++) {