Skip to content

Commit

Permalink
ci(metal_msm): Temporarily disable GPU benchmarks in GitHub Actions w…
Browse files Browse the repository at this point in the history
…orkflow due to ongoing refactoring (#27)
  • Loading branch information
moven0831 authored Dec 24, 2024
1 parent 8750acc commit b71011f
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,19 @@ jobs:
- name: Check formatting
run: cargo fmt --all -- --check

gpu-benchmarks:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.77"
override: true
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Run GPU Benchmarks tests
run: |
cd mopro-msm
cargo test --release test_msm_correctness -- --nocapture
# TODO: Temporarily disable GPU benchmarks since it's under refactoring
# gpu-benchmarks:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v4
# - name: Install Rust toolchain
# uses: actions-rs/toolchain@v1
# with:
# toolchain: "1.77"
# override: true
# - name: Run sccache-cache
# uses: mozilla-actions/[email protected]
# - name: Run GPU Benchmarks tests
# run: |
# cd mopro-msm
# cargo test --release test_msm_correctness -- --nocapture

0 comments on commit b71011f

Please sign in to comment.