SWDEV-337331 - Windows initial graph tests (#2739)
Enables most of graph tests on Windows.
Change-Id: I32bd9a327168378776f89d7a6c4a83ba33861c01
[ROCm/hip-tests commit: 0b05268be2]
This commit is contained in:
committed by
GitHub
parent
4fd14eda91
commit
246f9b4c6e
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user