File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed 
sycl/test-e2e/KernelCompiler Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616//  -- Test again, with caching.
1717
1818//  DEFINE: %{cache_vars} = %{l0_leak_check} env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=5 SYCL_CACHE_DIR=%t/cache_dir
19- //  RUN: rm -rf %t/cache_dir
20- //  RUN:   %{cache_vars} %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-WRITTEN-TO-CACHE
21- //  RUN:   %{cache_vars} %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-READ-FROM-CACHE
19+ //  RUN: %if run-mode %{  rm -rf %t/cache_dir %} 
20+ //  RUN: %{cache_vars} %{run-unfiltered-devices } %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-WRITTEN-TO-CACHE
21+ //  RUN: %{cache_vars} %{run-unfiltered-devices } %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-READ-FROM-CACHE
2222
2323//  -- Add leak check.
24- //  RUN: rm -rf %t/cache_dir
25- //  RUN:    %{l0_leak_check} %{cache_vars} %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-WRITTEN-TO-CACHE
26- //  RUN:    %{l0_leak_check} %{cache_vars} %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-READ-FROM-CACHE
24+ //  RUN: %if run-mode %{  rm -rf %t/cache_dir %} 
25+ //  RUN: %{l0_leak_check} %{cache_vars} %{run-unfiltered-devices } %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-WRITTEN-TO-CACHE
26+ //  RUN: %{l0_leak_check} %{cache_vars} %{run-unfiltered-devices } %t.out 2>&1 |  FileCheck %s --check-prefixes=CHECK-READ-FROM-CACHE
2727
2828//  CHECK-WRITTEN-TO-CACHE: [Persistent Cache]: enabled
2929//  CHECK-WRITTEN-TO-CACHE-NOT: [kernel_compiler Persistent Cache]: using cached binary
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments