SWDEV-460098 - Fix error codes for hipLaunchKernel APIs to match cuda (#206)

Co-authored-by: Branislav Brzak <branislav.brzak@amd.com>
Este commit está contenido en:
Manocha, Rahul
2025-05-29 00:50:49 -07:00
cometido por GitHub
padre 355d97fec4
commit ea8a7e1e54
Se han modificado 5 ficheros con 29 adiciones y 26 borrados
@@ -151,7 +151,7 @@ TEST_CASE("Unit_hipLaunchCooperativeKernelMultiDevice_Negative_MultiKernelSameDe
}
HIP_CHECK_ERROR(hipLaunchCooperativeKernelMultiDevice(params_list.data(), 2, 0u),
hipErrorInvalidValue);
hipErrorInvalidDevice);
for (const auto params : params_list) {
HIP_CHECK(hipStreamDestroy(params.stream));