SWDEV-514841 - Remove invalid stream tests on AMD platform
[ROCm/hip-tests commit: 0c1a7bf155]
This commit is contained in:
@@ -241,8 +241,8 @@ TEST_CASE("Unit_hipGetSetDeviceFlags_InvalidFlag") {
|
||||
0b101, // schedule flags should not overlap
|
||||
0b110, // schedule flags should not overlap
|
||||
0b111, // schedule flags should not overlap
|
||||
0b100000, // out of bounds
|
||||
//0b100000, // out of bounds is no longer invalid
|
||||
0xFFFF);
|
||||
CAPTURE(invalidFlag);
|
||||
HIP_CHECK_ERROR(hipSetDeviceFlags(invalidFlag), hipErrorInvalidValue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user