SWDEV-538600 - Fix error code checks in some tests (#305)
This commit is contained in:
committed by
GitHub
orang tua
6c60fcafd8
melakukan
b215381bbe
@@ -124,7 +124,7 @@ TEST_CASE("Unit_hipDrvLaunchKernelEx_NegTsts") {
|
||||
SECTION("Invalid Kernel config") {
|
||||
HIP_CHECK_ERROR(
|
||||
hipDrvLaunchKernelEx(&invalidConfig, function, kernelParams, NULL),
|
||||
hipErrorInvalidValue);
|
||||
hipErrorInvalidConfiguration);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user