Skip to content

Commit a0624b8

Browse files
committed
[CI] run multi-device tests for L0 v2
1 parent 01be8b8 commit a0624b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/multi_device.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
adapter: [
20-
{name: L0}
20+
{name: L0},
21+
{name: L0_V2}
2122
]
2223
build_type: [Debug, Release]
2324
compiler: [{c: gcc, cxx: g++}] # TODO: investigate why memory-adapter-level_zero hangs with clang

0 commit comments

Comments
 (0)