Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 999b775

Browse files
authored
[SYCL][ESIMD] Mark tests that fail on gen9 windows as unsupported (#1647)
[SYCL] Mark tests that fail on gen9 windows as unsupported Signed-off-by: Sarnie, Nick <[email protected]>
1 parent c0b4882 commit 999b775

File tree

166 files changed

+166
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+166
-0
lines changed

SYCL/ESIMD/BitonicSortK.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/BitonicSortKv2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/PrefixSum.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum1.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out 20

SYCL/ESIMD/Prefix_Local_sum3.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/Stencil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/acc_gather_scatter_rgba.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/acc_gather_scatter_rgba_stateless.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor_gather_scatter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor_gather_scatter_stateless.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor_load_store.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// intrinsics.
1111

1212
// REQUIRES: gpu
13+
// UNSUPPORTED: gpu-intel-gen9 && windows
1314
// UNSUPPORTED: cuda || hip
1415
// RUN: %clangxx -fsycl %s -o %t.out
1516
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor_load_store_stateless.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// based accesses are automatically converted to stateless accesses.
1212

1313
// REQUIRES: gpu
14+
// UNSUPPORTED: gpu-intel-gen9 && windows
1415
// UNSUPPORTED: cuda || hip
1516
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem %s -o %t.out
1617
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/accessor_stateless.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl -fsycl-esimd-force-stateless-mem -D_CRT_SECURE_NO_WARNINGS=1 %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/ballot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// Exclude PVC not to run same test cases twice (via the *_pvc.cpp variant).
99
// REQUIRES: gpu && !gpu-intel-pvc
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// UNSUPPORTED: cuda || hip
1112
// RUN: %clangxx -fsycl-device-code-split=per_kernel -fsycl %s -o %t.out
1213
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/esimd_bit_ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/esimd_merge.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/esimd_rgba_smoke.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/esimd_rgba_smoke_64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/functional/ctors/ctor_array_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_array_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_broadcast_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_broadcast_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_converting_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_converting_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_copy_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_copy_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_default_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_default_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_fill_accuracy_fp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_fill_accuracy_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_fill_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_load_acc_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_load_acc_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_load_usm_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_load_usm_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_vector_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_vector_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu, level_zero
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// XREQUIRES: gpu
1011
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1112
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_2d_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_2d_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_lvalue_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_lvalue_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_rvalue_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_rvalue_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_simd_view_rval_core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_simd_view_rval_fp_extra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu, level_zero
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// XREQUIRES: gpu
1112
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1213
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

0 commit comments

Comments
 (0)