diff --git a/SYCL/SubGroup/scan_spirv13.cpp b/SYCL/SubGroup/scan_spirv13.cpp index a89bcd8213..c76c824abb 100644 --- a/SYCL/SubGroup/scan_spirv13.cpp +++ b/SYCL/SubGroup/scan_spirv13.cpp @@ -5,9 +5,6 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %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.