File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- name : Intel Battlemage Graphics
122
122
runner : ' ["Linux", "bmg"]'
123
123
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
124
- target_devices : level_zero:gpu
124
+ target_devices : level_zero:gpu;level_zero_v2:gpu
125
125
- name : SPIR-V Backend / Intel Battlemage Graphics
126
126
runner : ' ["Linux", "bmg"]'
127
127
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
Original file line number Diff line number Diff line change 14
14
// UNSUPPORTED: cuda
15
15
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14053
16
16
17
+ // UNSUPPORTED: level_zero_v2_adapter
18
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760
19
+
17
20
#include < sycl/detail/core.hpp>
18
21
#include < sycl/ext/oneapi/experimental/profiling_tag.hpp>
19
22
You can’t perform that action at this time.
0 commit comments