mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
[Ex CI] Set log level to 7 for rocPyDecode
This commit is contained in:
@@ -249,6 +249,12 @@ jobs:
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DGPU_TARGETS=${{ job.target }}
|
||||
.
|
||||
- task: Bash@3
|
||||
displayName: Setup AMD Log Level
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
export AMD_LOG_LEVEL=7
|
||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/gpu-diagnostics.yml
|
||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/test.yml
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user