Skip to content

Commit 7666f3c

Browse files
committed
[SYCL] Remove UNSUPPORTED tags for 3 E2E tests
Signed-off-by: Hu, Peisen <[email protected]>
1 parent d058a13 commit 7666f3c

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

sycl/test-e2e/AOT/early_aot.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
// REQUIRES: ocloc, gpu, target-spir
44

5-
// UNSUPPORTED: linux
6-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
7-
85
// Build the early AOT device binaries
96
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DADD_CPP %s -o %t_add.o
107
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DSUB_CPP %s -o %t_sub.o

sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
// REQUIRES: opencl-aot, ocloc, gpu-intel-gen12, any-device-is-gpu
77

8-
// UNSUPPORTED: true
9-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
10-
118
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend "-device gen12lp" %s -o %t.out
129
// RUN: %if gpu %{%{run} %t.out %}
1310

sycl/test-e2e/SpecConstants/2020/image_selection.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// REQUIRES: (opencl || level_zero) && gpu && ocloc
22

3-
// UNSUPPORTED: linux
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
5-
63
// Check the case when -fsycl-add-default-spec-consts-image option is used which
74
// results in generation of two types of images: where specialization constants
85
// are replaced with defaults and original images.

0 commit comments

Comments
 (0)