Skip to content

Commit

Permalink
Add step to print wgpu info in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 24, 2023
1 parent 26aff06 commit e453580
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ jobs:
echo "VK_DRIVER_FILES=$PWD/mesa/lvp_icd.x86_64.json" >> "$GITHUB_ENV"
echo "GALLIUM_DRIVER=llvmpipe" >> "$GITHUB_ENV"
- name: run wgpu-info
shell: bash
run: |
echo "$PATH"
export RUST_LOG=trace
cd burn-wgpu
cargo run --bin wgpu-info
# - name: run checks & tests
# env:
# CI_RUN: 1
Expand Down
1 change: 1 addition & 0 deletions burn-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ burn-compute = { path = "../burn-compute", version = "0.11.0", default-features
"channel-mutex",
"std",
] }
wgpu-info = "0.18.0"


[dev-dependencies]
Expand Down

0 comments on commit e453580

Please sign in to comment.