From 9e082f1e5d46045abb9e9871f6b1e06c2b633ba3 Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Mon, 27 Mar 2023 15:02:06 +0800 Subject: [PATCH] [SYCL] Enable scan_spirv13 on CPU after features are enabled --- SYCL/SubGroup/scan_spirv13.cpp | 3 --- 1 file changed, 3 deletions(-) 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.