From 638280c15d67086b3e337e5b6fdc87401a9ed5bd Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Fri, 25 Aug 2023 16:00:18 +0800 Subject: [PATCH] [SYCL][Test E2E] Enable Scheduler/DISABLED_DataMovement and SubGroup/scan_spirv13 after CPU RT uplift --- sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp | 1 - sycl/test-e2e/SubGroup/scan_spirv13.cpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp b/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp index 9b8c3db2e6b9c..f6c453dd44e61 100644 --- a/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp +++ b/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp @@ -1,7 +1,6 @@ // RUN: %{build} -o %t.out %debug_option // RUN: %{run} %t.out // -// XFAIL: cpu //==-------------------------- DataMovement.cpp ----------------------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/sycl/test-e2e/SubGroup/scan_spirv13.cpp b/sycl/test-e2e/SubGroup/scan_spirv13.cpp index 0cddb99a1a55a..0966161844d1f 100644 --- a/sycl/test-e2e/SubGroup/scan_spirv13.cpp +++ b/sycl/test-e2e/SubGroup/scan_spirv13.cpp @@ -1,9 +1,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.