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

Commit dfeac0e

Browse files
author
Alexander Batashev
committed
add notice
1 parent e456907 commit dfeac0e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

SYCL/KernelAndProgram/cache_env_vars.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// No JITing for host devices.
22
// REQUIRES: opencl || level_zero
3+
// Persistent cache is not supported for Kernel Bundles right now. TODO enable
4+
// when it is fixed.
35
// XFAIL: *
46
// RUN: rm -rf %t/cache_dir
57
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -DTARGET_IMAGE=INC100

SYCL/KernelAndProgram/cache_env_vars_lin.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// No JITing for host devices and diffrent environment variables on linux and
22
// windows.
33
// REQUIRES: (level_zero || opencl) && linux
4+
// Persistent cache is not supported for Kernel Bundles right now. TODO enable
5+
// when it is fixed.
46
// XFAIL: *
57

68
// RUN: rm -rf %t/cache_dir

SYCL/KernelAndProgram/cache_env_vars_win.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// No JITing for host devices and diffrent environment variables on linux and
22
// windows.
33
// REQUIRES: (level_zero || opencl) && windows
4+
// Persistent cache is not supported for Kernel Bundles right now. TODO enable
5+
// when it is fixed.
46
// XFAIL: *
57

68
// RUN: rm -rf %t/cache_dir

0 commit comments

Comments
 (0)