Skip to content

Commit 967362b

Browse files
mcarillimcarilli
andauthored
fix(gpu_prover): Re-expose CPU unrolled test impl that GPU comparisons rely on (#165)
## What ❔ <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- The `Why` has to be clear to non-Matter Labs entities running their own ZK Chain --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Is this a breaking change? - [ ] Yes - [x] No ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted. Co-authored-by: mcarilli <[email protected]>
1 parent ae674f8 commit 967362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prover/src/tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ mod lde_tests;
193193
pub use delegation_test::run_basic_delegation_test_impl;
194194
pub use keccak_test::run_keccak_test_impl;
195195

196-
// pub use unrolled::with_transpiler::run_basic_unrolled_test_in_transpiler_with_word_specialization_impl;
196+
pub use unrolled::with_transpiler::run_basic_unrolled_test_in_transpiler_with_word_specialization_impl;
197197

198198
// NOTE: For some reason tryint to add generic tree constructor to GPU arguments just makes resolver crazy,
199199
// it starts to complaint about `ROM_ADDRESS_SPACE_SECOND_WORD_BITS` being not a constant but unconstraint const generic,

0 commit comments

Comments
 (0)