diff --git a/.github/workflows/multi_device.yml b/.github/workflows/multi_device.yml index 438b90fa54..549eb91374 100644 --- a/.github/workflows/multi_device.yml +++ b/.github/workflows/multi_device.yml @@ -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