Commit b71011f 1 parent 8750acc commit b71011f Copy full SHA for b71011f
File tree 1 file changed +16
-15
lines changed
1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,19 @@ jobs:
31
31
- name : Check formatting
32
32
run : cargo fmt --all -- --check
33
33
34
- gpu-benchmarks :
35
- runs-on : macos-latest
36
- steps :
37
- - uses : actions/checkout@v4
38
- - name : Install Rust toolchain
39
- uses : actions-rs/toolchain@v1
40
- with :
41
- toolchain : " 1.77"
42
- override : true
43
- - name : Run sccache-cache
44
- uses : mozilla-actions/sccache-action@v0.0.3
45
- - name : Run GPU Benchmarks tests
46
- run : |
47
- cd mopro-msm
48
- cargo test --release test_msm_correctness -- --nocapture
34
+ # TODO: Temporarily disable GPU benchmarks since it's under refactoring
35
+ # gpu-benchmarks:
36
+ # runs-on: macos-latest
37
+ # steps:
38
+ # - uses: actions/checkout@v4
39
+ # - name: Install Rust toolchain
40
+ # uses: actions-rs/toolchain@v1
41
+ # with:
42
+ # toolchain: "1.77"
43
+ # override: true
44
+ # - name: Run sccache-cache
45
+ # uses: mozilla-actions/sccache-action@v0.0.3
46
+ # - name: Run GPU Benchmarks tests
47
+ # run: |
48
+ # cd mopro-msm
49
+ # cargo test --release test_msm_correctness -- --nocapture
You can’t perform that action at this time.
0 commit comments