We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50be3d commit 2d16c10Copy full SHA for 2d16c10
sycl/test-e2e/KernelCompiler/kernel_compiler_sycl_jit_cache.cpp
@@ -15,9 +15,9 @@
15
// DEFINE: %{cache_vars} = env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=7 SYCL_CACHE_DIR=%t/cache_dir
16
// DEFINE: %{max_cache_size} = SYCL_CACHE_MAX_SIZE=10000
17
// RUN: %{build} -o %t.out
18
-// RUN: %if run-mode %{rm -rf %t/cache_dir%}
+// RUN: %{run-aux} rm -rf %t/cache_dir
19
// RUN: %{cache_vars} %{run-unfiltered-devices} %t.out 2>&1 | FileCheck %s --check-prefix=CHECK
20
21
// RUN: %{cache_vars} %{max_cache_size} %{run-unfiltered-devices} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-EVICT
22
23
#include <sycl/detail/core.hpp>
0 commit comments