Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kswiecicki committed Jan 21, 2025
1 parent f7dbe90 commit e8b24e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 438 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/bandit.yml

This file was deleted.

335 changes: 0 additions & 335 deletions .github/workflows/cmake.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/multi_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
adapter: [
{name: L0},
{name: L0_V2}
# {name: L0_V2}
]
build_type: [Debug, Release]
compiler: [{c: gcc, cxx: g++}] # TODO: investigate why memory-adapter-level_zero hangs with clang
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

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

- name: Test adapters
working-directory: ${{github.workspace}}/build
Expand Down
Loading

0 comments on commit e8b24e1

Please sign in to comment.