File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 67
67
target_devices : ext_oneapi_level_zero:gpu;opencl:gpu;opencl:cpu
68
68
reset_gpu : true
69
69
install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
70
+ extra_lit_opts : --param gpu-intel-gen12=True
70
71
- name : Matrix E2E tests on Intel Arc A-Series Graphics
71
72
runner : ' ["Linux", "arc"]'
72
73
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
Original file line number Diff line number Diff line change 44
44
include :
45
45
- name : Intel GEN12 Graphics with Level Zero
46
46
runner : ' ["Linux", "gen12"]'
47
+ extra_lit_opts : --param gpu-intel-gen12=True
47
48
- name : Intel Arc A-Series Graphics with Level Zero
48
49
runner : ' ["Linux", "arc"]'
49
50
extra_lit_opts : --param matrix-xmx8=True --param gpu-intel-dg2=True
56
57
- name : Perf tests on Intel GEN12 Graphics system
57
58
runner : ' ["Linux", "gen12"]'
58
59
env : ' {"LIT_FILTER":"PerformanceTests/"}'
59
- extra_lit_opts : -a -j 1 --param enable-perf-tests=True
60
+ extra_lit_opts : -a -j 1 --param enable-perf-tests=True --param gpu-intel-gen12=True
60
61
target_devices : all
61
62
- name : Perf tests on Intel Arc A-Series Graphics system
62
63
runner : ' ["Linux", "arc"]'
@@ -101,6 +102,7 @@ jobs:
101
102
name : Intel GEN12 Graphics with Level Zero
102
103
runner : ' ["Windows","gen12"]'
103
104
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
105
+ extra_lit_opts : --param gpu-intel-gen12=True
104
106
105
107
macos_default :
106
108
name : macOS
Original file line number Diff line number Diff line change 56
56
name : Intel GEN12 Graphics with Level Zero
57
57
runner : ' ["Windows","gen12"]'
58
58
sycl_toolchain_archive : ${{ needs.build.outputs.artifact_archive_name }}
59
+ extra_lit_opts : --param gpu-intel-gen12=True
You can’t perform that action at this time.
0 commit comments