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

Co-authored-by: Branislav Brzak <branislav.brzak@amd.com>
Tá an tiomantas seo le fáil i:
Manocha, Rahul
2025-05-29 00:50:49 -07:00
tiomanta ag GitHub
tuismitheoir 355d97fec4
tiomantas ea8a7e1e54
D'athraigh 5 comhad le 29 breiseanna agus 26 scriosta
@@ -205,7 +205,7 @@ TEST_CASE("Unit_hipModuleLaunchCooperativeKernel_Negative_Parameters") {
HIP_CHECK(hipStreamCreate(&stream));
HIP_CHECK(hipStreamDestroy(stream));
HIP_CHECK_ERROR(hipModuleLaunchCooperativeKernel(f, 1, 1, 1, 1, 1, 1, 0, stream, nullptr),
hipErrorInvalidValue);
hipErrorContextIsDestroyed);
}
#endif
}