SWDEV-337331 - Windows initial graph tests (#2739)

Enables most of graph tests on Windows.

Change-Id: I32bd9a327168378776f89d7a6c4a83ba33861c01
Цей коміт міститься в:
ROCm CI Service Account
2022-06-15 22:08:21 +05:30
зафіксовано GitHub
джерело eb22c8be11
коміт 0b05268be2
5 змінених файлів з 6 додано та 33 видалено
+1
Переглянути файл
@@ -269,6 +269,7 @@ void hipGraphExecMemcpyNodeSetParamsFromSymbol_GlobalMem(bool useConstVar) {
}
HIP_CHECK(hipGraphLaunch(graphExec, 0));
HIP_CHECK(hipStreamSynchronize(0));
// Validating the result
for (int i = 0; i < SIZE; i++) {