Merge 'develop' into 'amd-staging'

Change-Id: I7314ac08cd2052949a5534371ecc4756820511e6
This commit is contained in:
Jenkins
2023-03-01 12:11:05 +00:00
förälder f82160c0cd 82339b5234
incheckning 494e8b80bb
@@ -233,6 +233,7 @@ void hipGraphMemcpyNodeSetParamsToSymbol_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++) {