Skip to content

Commit

Permalink
[CI] run multi-device tests for L0 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Oct 3, 2024
1 parent 9b66804 commit ee1bac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/multi_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
matrix:
adapter: [
{name: L0}
{name: L0},
{name: L0_V2}
]
build_type: [Debug, Release]
compiler: [{c: gcc, cxx: g++}] # TODO: investigate why memory-adapter-level_zero hangs with clang
Expand Down

0 comments on commit ee1bac4

Please sign in to comment.