@@ -77,11 +77,23 @@ jobs:
77
77
image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
78
78
target_devices : hip:gpu
79
79
80
+ - name : Preview mode on AMD/HIP
81
+ runner : ' ["Linux", "amdgpu"]'
82
+ image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
83
+ target_devices : hip:gpu
84
+ extra_lit_opts : --param test-preview-mode=True
85
+
80
86
- name : NVIDIA/CUDA
81
87
runner : ' ["Linux", "cuda"]'
82
88
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
83
89
target_devices : cuda:gpu
84
90
91
+ - name : Preview mode on NVIDIA/CUDA
92
+ runner : ' ["Linux", "cuda"]'
93
+ image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
94
+ target_devices : cuda:gpu
95
+ extra_lit_opts : --param test-preview-mode=True
96
+
85
97
- name : Intel L0 Gen12 GPU
86
98
runner : ' ["Linux", "gen12"]'
87
99
target_devices : level_zero:gpu
@@ -94,6 +106,11 @@ jobs:
94
106
runner : ' ["Linux", "bmg"]'
95
107
target_devices : level_zero:gpu
96
108
109
+ - name : Preview mode on Intel L0 Battlemage GPU
110
+ runner : ' ["Linux", "bmg"]'
111
+ target_devices : level_zero:gpu
112
+ extra_lit_opts : --param test-preview-mode=True
113
+
97
114
- name : Intel L0 Arc A-Series GPU
98
115
runner : ' ["Linux", "arc"]'
99
116
target_devices : level_zero:gpu
0 commit comments