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
@@ -87,6 +87,9 @@ TEST_CASE("Unit_hipStreamAttachMemAsync_Positive_AttachGlobal") {
HIP_CHECK(hipStreamSynchronize(nullptr));
for (int i = 0; i < stream_count; ++i) {
if (device_count > 1) {
HIP_CHECK(hipSetDevice(i));
}
HipTest::launchKernel(Set, 1, 1, 0, streams.at(i)->stream(), managed_global.ptr() + i, i);
}