Skip to content

Commit fb06746

Browse files
authored
[SYCL][InvokeSimd][E2E] Fixed simd8_platform_error.cpp self-check (#10772)
The self-check of the test changed according to the previously changed error message.
1 parent ecd0e16 commit fb06746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/InvokeSimd/Spec/simd_size/simd8_platform_error.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main(void) {
2121

2222
// VL = 8
2323
passed &= test<8, 8>(q);
24-
// CHECK: {{.*}}error: Kernel compiled with required subgroup size 8, which is unsupported on this platform{{.*}}
24+
// CHECK: {{.*}}SYCL exception caught: Sub-group size 8 is not supported on the device{{.*}}
2525

2626
std::cout << (passed ? "Passed\n" : "FAILED\n");
2727
return passed ? 0 : 1;

0 commit comments

Comments
 (0)