We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83439fe commit 941b1edCopy full SHA for 941b1ed
.github/workflows/multi_device.yml
@@ -58,8 +58,7 @@ jobs:
58
59
- name: Test adapter specific
60
working-directory: ${{github.workspace}}/build
61
- run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" -E "test-adapter-level_zero_multi_queue" --timeout 180
62
- # TODO: investigate why test-adapter-level_zero_multi_queue fails on newer driver
+ run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
63
64
- name: Test adapters
65
0 commit comments