From 5832574f2641a58f7a7c2a77b7e2c22a17e49fe6 Mon Sep 17 00:00:00 2001 From: Yanliang Mu Date: Mon, 12 Jun 2023 20:05:40 -0700 Subject: [PATCH] [SYCL][Test E2E] Remove XFAIL in SubGroup scan_spirv13.cpp --- sycl/test-e2e/SubGroup/scan_spirv13.cpp | 3 --- 1 file changed, 3 deletions(-) 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.