File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: windows
10
10
11
11
// RUN: mkdir -p %t.dir && %{build} -o %t.dir/exec.out
12
- // RUN: env IGC_DumpToCustomDir=%t.dir IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
12
+ // RUN: env IGC_DumpToCustomDir=%t.dir NEO_CACHE_PERSISTENT=0 IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
13
13
// RUN: %{run-aux} python3 %S/instruction_count.py %t.dir 2914 ZTSZZN11BitonicSort5SolveEPjS0_jENKUlRN4sycl3_V17handlerEE0_clES4_E5Merge.asm
14
14
// RUN: %{run-aux} echo "Baseline from driver version 1.3.30872"
15
15
Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: windows
10
10
11
11
// RUN: mkdir -p %t.dir && %{build} -o %t.dir/exec.out
12
- // RUN: env IGC_DumpToCustomDir=%t.dir IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
12
+ // RUN: env IGC_DumpToCustomDir=%t.dir NEO_CACHE_PERSISTENT=0 IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
13
13
// RUN: %{run-aux} python3 %S/instruction_count.py %t.dir 2969 ZTSZZN11BitonicSort5SolveEPjS0_jENKUlRN4sycl3_V17handlerEE0_clES4_E5Merge.asm
14
14
// RUN: %{run-aux} echo "Baseline from driver version 1.3.30872"
15
15
Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: windows
10
10
11
11
// RUN: mkdir -p %t.dir && %{build} -o %t.dir/exec.out
12
- // RUN: env IGC_DumpToCustomDir=%t.dir IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
12
+ // RUN: env IGC_DumpToCustomDir=%t.dir NEO_CACHE_PERSISTENT=0 IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
13
13
// RUN: %{run-aux} python3 %S/instruction_count.py %t.dir 1699 ZTSZZ4mainENKUlRN4sycl3_V17handlerEE_clES2_E14Stencil_kernel.asm
14
14
// RUN: %{run-aux} echo "Baseline from driver version 1.3.29138"
15
15
Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: windows
10
10
11
11
// RUN: mkdir -p %t.dir && %{build} -o %t.dir/exec.out
12
- // RUN: env IGC_DumpToCustomDir=%t.dir IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
12
+ // RUN: env IGC_DumpToCustomDir=%t.dir NEO_CACHE_PERSISTENT=0 IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
13
13
// RUN: %{run-aux} python3 %S/instruction_count.py %t.dir %if igc-dev %{ 1059 %} %else %{ 1116 %} ZTSZZ7runTestjjjRdS_ENKUlRN4sycl3_V17handlerEE_clES3_E3K16.asm
14
14
// RUN: %{run-aux} echo "Baseline from driver version 1.3.30872"
15
15
Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: windows
10
10
11
11
// RUN: mkdir -p %t.dir && %{build} -o %t.dir/exec.out
12
- // RUN: env IGC_DumpToCustomDir=%t.dir IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
12
+ // RUN: env IGC_DumpToCustomDir=%t.dir NEO_CACHE_PERSISTENT=0 IGC_ShaderDumpEnable=1 %{run} %t.dir/exec.out
13
13
// RUN: %{run-aux} python3 %S/instruction_count.py %t.dir 1699 ZTSZZ4mainENKUlRN4sycl3_V17handlerEE_clES2_E14Stencil_kernel.asm
14
14
// RUN: %{run-aux} echo "Baseline from driver version 1.3.29138"
15
15
Original file line number Diff line number Diff line change 8
8
// REQUIRES: linux
9
9
// REQUIRES: arch-intel_gpu_bmg_g21 || arch-intel_gpu_lnl_m
10
10
// RUN: %{build} -o %t.out
11
- // RUN: env IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %{run} %t.out
11
+ // RUN: env IGC_DumpToCustomDir=%t.dump NEO_CACHE_PERSISTENT=0 IGC_ShaderDumpEnable=1 %{run} %t.out
12
12
// RUN: %{run-aux} grep enablePreemption %t.dump/*.asm
13
13
14
14
// The test expects to see "enablePreemption" switch in the compilation
You can’t perform that action at this time.
0 commit comments