Merge commit 'b0519e8441273e20bbcbe1bb7b56cdf55369f514' into develop

This commit is contained in:
systems-assistant[bot]
2025-08-18 18:08:07 +00:00
52 changed files with 1439 additions and 6178 deletions
@@ -375,9 +375,7 @@ TEST_CASE("Unit_hipGetProcAddress_GraphAPIs_AddMemsetMemcpyNodes") {
hipGraphExec_t graphExec;
HIP_CHECK(hipGraphInstantiate(&graphExec, graph, nullptr, nullptr, 0));
HIP_CHECK(hipGraphLaunch(graphExec, 0));
#ifdef _WIN32
HIP_CHECK(hipStreamSynchronize(0));
#endif
REQUIRE(validateArrayT<char>(hostMemDst, N, value) == true);