Skip to content

Commit e8b24e1

Browse files
committed
temp
1 parent f7dbe90 commit e8b24e1

File tree

4 files changed

+2
-438
lines changed

4 files changed

+2
-438
lines changed

.github/workflows/bandit.yml

-30
This file was deleted.

.github/workflows/cmake.yml

-335
This file was deleted.

.github/workflows/multi_device.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
adapter: [
2020
{name: L0},
21-
{name: L0_V2}
21+
# {name: L0_V2}
2222
]
2323
build_type: [Debug, Release]
2424
compiler: [{c: gcc, cxx: g++}] # TODO: investigate why memory-adapter-level_zero hangs with clang
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Test adapter specific
6060
working-directory: ${{github.workspace}}/build
61-
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
61+
run: UR_LOG_LEVEL_ZERO="level:debug;flush:debug" ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180 --verbose
6262

6363
- name: Test adapters
6464
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)