Skip to content

Commit ef0a8ae

Browse files
authored
[CI] Enable v2 adapter testing on BMG on linux (#18357)
1 parent c786f3c commit ef0a8ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Intel Battlemage Graphics
122122
runner: '["Linux", "bmg"]'
123123
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
125125
- name: SPIR-V Backend / Intel Battlemage Graphics
126126
runner: '["Linux", "bmg"]'
127127
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN

sycl/test-e2e/Regression/profiling_tag_cached_conflicting.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// UNSUPPORTED: cuda
1515
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14053
1616

17+
// UNSUPPORTED: level_zero_v2_adapter
18+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760
19+
1720
#include <sycl/detail/core.hpp>
1821
#include <sycl/ext/oneapi/experimental/profiling_tag.hpp>
1922

0 commit comments

Comments
 (0)