Skip to content

Commit 9773657

Browse files
author
Colin Davidson
committed
Added more UNSUPPORTED across Native CPU fails
1 parent 655b84c commit 9773657

File tree

26 files changed

+62
-14
lines changed

26 files changed

+62
-14
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Currently mark Native CPU as unsupported, does not compile and should be investigated and tracked post team transfer
2+
config.unsupported_features += ['target-native_cpu']

sycl/test-e2e/Adapters/queue_submit_mode.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: gpu, level_zero
22
// UNSUPPORTED: level_zero_v2_adapter
33
// UNSUPPORTED-INTENDED: v2 adapter does support regular cmd lists
4+
// UNSUPPORTED: target-native_cpu
5+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
46
// RUN: %{build} %level_zero_options -o %t.out
57
// RUN: env %{l0_leak_check} SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{run} %t.out 0 2>&1 | FileCheck %s --check-prefixes=CHECK-STD
68
// RUN: env %{l0_leak_check} SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{run} %t.out 1 2>&1 | FileCheck %s --check-prefixes=CHECK-IMM

sycl/test-e2e/Complex/sycl_complex_math_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// UNSUPPORTED: target-native_cpu
2-
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
2+
// UNSUPPORTED-INTENDED: Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer.
33

44
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
55

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/key_value_array_input_sort.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: sg-8
2-
// UNSUPPORTED: target-nvidia || target-amd
2+
// UNSUPPORTED: target-nvidia || target-amd || target-native_cpu
33
// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
4-
// not supported
4+
// not supported. Native CPU support should be investigated post team transfer.
55

66
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
77
// RUN: %{run} %t.out

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/key_value_sort.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: sg-8
2-
// UNSUPPORTED: target-nvidia || target-amd
2+
// UNSUPPORTED: target-nvidia || target-amd || target-native_cpu
33
// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
4-
// not supported
4+
// not supported. Native CPU support should be investigated post team transfer.
55

66
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
77
// RUN: %{run} %t.out

sycl/test-e2e/InvokeSimd/lit.local.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ if platform.system() != "Linux":
99

1010
# At the moment SPIR-V Backend has no plans to support this feature.
1111
config.unsupported_features += ['spirv-backend']
12+
13+
# Currently mark Native CPU as unsupported, does not compile and should be investigated and tracked post team transfer
14+
config.unsupported_features += ['target-native_cpu']

sycl/test-e2e/KernelAndProgram/build-log.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// UNSUPPORTED: target-nvidia || target-amd
1+
// UNSUPPORTED: target-nvidia || target-amd || target-native_cpu
22
// UNSUPPORTED-INTENDED: The test looks for an exception thrown during the
33
// compilation of the kernel, but for CUDA the failure is not thrown, but comes
44
// from ptxas that crashes clang. The JIT part is not relevant, because the
55
// flow is such that the AOT compilation still happens, it’s just that if we
6-
// request JIT, it will do the thing again at the run time.
6+
// request JIT, it will do the thing again at the run time. Native CPU support
7+
// should be investigated post team transfer.
78
//
89
// TODO: rewrite this into a unit-test
910

sycl/test-e2e/KernelAndProgram/cache-build-result.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// UNSUPPORTED: target-nvidia || target-amd
1+
// UNSUPPORTED: target-nvidia || target-amd || target-native_cpu
22
// UNSUPPORTED-INTENDED: The test looks for an exception thrown during the
33
// compilation of the kernel, but for CUDA the failure is not thrown, but comes
44
// from ptxas that crashes clang. The JIT part is not relevant, because the
55
// flow is such that the AOT compilation still happens, it’s just that if we
6-
// request JIT, it will do the thing again at the run time.
6+
// request JIT, it will do the thing again at the run time. Native CPU support
7+
// should be investigated post team transfer.
78
//
89
// UNSUPPORTED: ze_debug
910

sycl/test-e2e/KernelAndProgram/undefined-symbol.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// UNSUPPORTED: target-nvidia || target-amd
1+
// UNSUPPORTED: target-nvidia || target-amd || target-native_cpu
22
// UNSUPPORTED-INTENDED: The test looks for an exception thrown during the
33
// compilation of the kernel, but for CUDA the failure is not thrown, but comes
44
// from ptxas that crashes clang. The JIT part is not relevant, because the
55
// flow is such that the AOT compilation still happens, it’s just that if we
6-
// request JIT, it will do the thing again at the run time.
6+
// request JIT, it will do the thing again at the run time. Native CPU support
7+
// should be investigated post team transfer.
78
//
89
// RUN: %{build} -o %t.out
910
// RUN: %{run} %t.out

sycl/test-e2e/MemorySanitizer/lit.local.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ config.unsupported_features += ['gpu-intel-gen12', 'gpu-intel-dg2']
1818
# CMPLRLLVM-64052
1919
config.unsupported_features += ['spirv-backend']
2020

21+
# Currently mark Native CPU as unsupported, should be investigated and tracked post team transfer
22+
config.unsupported_features += ['target-native_cpu']
23+
2124
# https://github.com/intel/llvm/issues/16920
2225
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
2326

0 commit comments

Comments
 (0)