Skip to content

Commit 109d582

Browse files
authored
[SYCL][E2E] Remove XFAIL from passing KernelCompiler tests in preview mode (#19664)
Passing in nightly [here](https://github.com/intel/llvm/actions/runs/16639139151/job/47086848029). Updated #18390 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 5f713e2 commit 109d582

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

sycl/test-e2e/KernelCompiler/sycl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// RUN: %{build} -o %t.out
1212
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out
1313

14-
// XFAIL: preview-mode && run-mode
15-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18390
16-
1714
#include <sycl/detail/core.hpp>
1815
#include <sycl/kernel_bundle.hpp>
1916
#include <sycl/usm.hpp>

sycl/test-e2e/KernelCompiler/sycl_imf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// RUN: %{build} -o %t.out
1616
// RUN: %{l0_leak_check} %{run} %t.out
1717

18-
// XFAIL: preview-mode && run-mode
19-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18390
20-
2118
#include <sycl/detail/core.hpp>
2219
#include <sycl/kernel_bundle.hpp>
2320
#include <sycl/usm.hpp>

sycl/test-e2e/KernelCompiler/sycl_join.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{run} %t.out
1313
// RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out
1414

15-
// XFAIL: preview-mode && run-mode
16-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18390
17-
1815
#include <sycl/detail/core.hpp>
1916
#include <sycl/kernel_bundle.hpp>
2017
#include <sycl/usm.hpp>

0 commit comments

Comments
 (0)