Skip to content

Commit 8750acc

Browse files
Merge pull request #24 from zkmopro/fix/ci/precomputed-msm
2 parents e632e55 + 153f788 commit 8750acc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- name: Run GPU Benchmarks tests
4646
run: |
4747
cd mopro-msm
48-
cargo test test_msm_correctness -- --nocapture
48+
cargo test --release test_msm_correctness -- --nocapture

mopro-msm/src/msm/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ pub mod arkworks_pippenger;
22
pub mod bucket_wise_msm;
33
pub mod metal;
44
pub mod metal_msm;
5-
pub mod precompute_msm;
5+
// TODO: fix(precompute_msm): the correctness test will fail occasionally
6+
// pub mod precompute_msm;
67
pub mod utils;
78

89
// Commeted since the trapdoortech_zprize_msm is not compatible with BN254 curve

0 commit comments

Comments
 (0)