Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kswiecicki committed Aug 30, 2024
1 parent 033eb2e commit 2775137
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 305 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-hw-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ permissions:
env:
UR_LOG_CUDA: "level:error;flush:error"
UR_LOG_HIP: "level:error;flush:error"
UR_LOG_LEVEL_ZERO: "level:error;flush:error"
UR_LOG_LEVEL_ZERO: "level:info;output:stdout"
UR_LOG_LOADER: "level:info;output:stdout"
UR_LOG_NATIVE_CPU: "level:error;flush:error"
UR_LOG_OPENCL: "level:error;flush:error"

Expand Down Expand Up @@ -96,7 +97,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: 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 2775137

Please sign in to comment.