Skip to content

Commit 7c62a99

Browse files
authored
[SYCL][E2E] Mark bfloat16 AOT test unsupported (#17589)
It fails in precommit L0 Gen12 but passes in postcommit L0 Gen12, weird. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9ab27f1 commit 7c62a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

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

8-
// XFAIL: linux
9-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
8+
// UNSUPPORTED: true
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
1010

1111
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend "-device gen12lp" %s -o %t.out
1212
// RUN: %if gpu %{%{run} %t.out %}

0 commit comments

Comments
 (0)