Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// No JITing for host devices.
// REQUIRES: opencl || level_zero
// XFAIL: run-mode && linux && gpu-intel-dg2
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
// RUN: %{run-aux} rm -rf %t/cache_dir
// RUN: %{build} -o %t.out -DTARGET_IMAGE=INC100
// Build program and add item to cache
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// No JITing for host devices and diffrent environment variables on linux and
// windows.
// REQUIRES: (level_zero || opencl) && linux

// XFAIL: run-mode && linux && gpu-intel-dg2
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
// RUN: %{run-aux} rm -rf %t/cache_dir
// RUN: %{build} -o %t.out -DTARGET_IMAGE=INC100

Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/KernelCompiler/opencl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//

// REQUIRES: ocloc && (opencl || level_zero)
// XFAIL: run-mode && linux && gpu-intel-dg2
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
// UNSUPPORTED: accelerator
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.

Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

// REQUIRES: (opencl || level_zero)
// REQUIRES: aspect-usm_device_allocations

// XFAIL: run-mode && linux && gpu-intel-dg2
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
// UNSUPPORTED: accelerator
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.

Expand Down