diff --git a/sycl/test-e2e/SubGroup/scan_spirv13.cpp b/sycl/test-e2e/SubGroup/scan_spirv13.cpp index 14a40f886aa75..87bb338573eab 100644 --- a/sycl/test-e2e/SubGroup/scan_spirv13.cpp +++ b/sycl/test-e2e/SubGroup/scan_spirv13.cpp @@ -3,9 +3,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// Missing GroupNonUniformArithmetic capability on CPU RT -// XFAIL: cpu - // This test verifies the correct work of SPIR-V 1.3 exclusive_scan() and // inclusive_scan() algoriths used with the operation MUL, bitwise OR, XOR, AND.