Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bb): towards reduced polynomial memory usage #7990

Merged
merged 165 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
165 commits
Select commit Hold shift + click to select a range
88cb0b4
feat(bb): debug log
ludamad0 Dec 8, 2023
3714e2e
Debug log
ludamad0 Dec 11, 2023
3ddc166
Merge remote-tracking branch 'origin/master' into ad/feat/bb-debug-log
ludamad0 Dec 11, 2023
67de114
Update debug_log.cpp
ludamad Dec 11, 2023
9421093
Update debug_log.cpp
ludamad Dec 11, 2023
b2cb0d8
format
ludamad0 Dec 11, 2023
ac72179
debugs
ludamad0 Dec 11, 2023
e3b8713
empty polys
ludamad0 Dec 11, 2023
f9ce86b
fix(ci): correctly run bb tests with asserts
ludamad Jul 25, 2024
d528cc0
Merge branch 'master' into ad/bb/enable/asserts
ludamad Aug 13, 2024
428f0de
remove unneeded assert
ludamad Aug 13, 2024
30c8e5c
pass on polynomial memory representation
ludamad Aug 14, 2024
496fdae
Merge branch 'master' into ad/mem-offsets
ludamad Aug 14, 2024
f9c7931
passing tests
ludamad Aug 14, 2024
1552197
Merge remote-tracking branch 'origin/ad/mem-offsets' into ad/mem-offsets
ludamad Aug 14, 2024
4f1e519
more refactoring
ludamad Aug 14, 2024
eaa6a34
start of actually using new polynomial structure
ludamad Aug 14, 2024
50f59fe
progress
ludamad Aug 14, 2024
d79914e
poly iter class
ludamad Aug 14, 2024
d83219e
more polynomial related boilerplate...
ludamad Aug 14, 2024
cdeedc6
polynomial span checkpoint
ludamad Aug 16, 2024
24b35f3
poly arith fix
ludamad Aug 16, 2024
a3d18fb
checkpoint
ludamad Aug 19, 2024
23ff433
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 20, 2024
45ee50d
progress
ludamad Aug 20, 2024
b3868e2
Merge branch 'master' into ad/bb/enable/asserts
ludamad Aug 21, 2024
b6f6968
Merge remote-tracking branch 'origin/master' into ad/bb/enable/asserts
ludamad Aug 21, 2024
f3a7f60
assert-friendly tests: AztecIVC
ludamad Aug 21, 2024
8e4ece7
ensure converted points are on curve
ludamad Aug 21, 2024
35fa784
poly test fix
ludamad Aug 21, 2024
5f347ca
fix the last of the asserts hopefully
ludamad Aug 21, 2024
da1baa9
Merge remote-tracking branch 'origin/ad/bb/enable/asserts' into ad/bb…
ludamad Aug 21, 2024
d0b3918
Merge remote-tracking branch 'origin/master' into ad/bb/enable/asserts
ludamad Aug 21, 2024
99d672a
constify pippenger
ludamad Aug 21, 2024
ebf2a90
Merge branch 'ad/bb/enable/asserts' into ad/mem-offsets
ludamad Aug 22, 2024
6a6795e
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 22, 2024
5561f67
Try to get ultrahonk tests working
ludamad Aug 22, 2024
109146b
push to see tests
ludamad Aug 22, 2024
bbc3b84
Merge branch 'master' into ad/mem-offsets
ludamad Aug 22, 2024
55ded5b
debug
ludamad Aug 22, 2024
549edb2
asan fixes for big woops's
ludamad Aug 22, 2024
98bc35c
Merge remote-tracking branch 'origin/ad/feat/bb-debug-log' into ad/me…
ludamad Aug 22, 2024
abff423
Progress
ludamad Aug 23, 2024
7fba8bd
Progress
ludamad Aug 23, 2024
a8023b0
more logs
ludamad Aug 23, 2024
0869084
ultra honk tests working
ludamad Aug 23, 2024
70d194e
wires
ludamad Aug 23, 2024
6932aac
Merge remote-tracking branch 'origin/ad/mem-offsets' into ad/mem-offsets
ludamad Aug 23, 2024
195d845
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 23, 2024
8698df4
cleanup
ludamad Aug 26, 2024
15d9184
eliminate .set()
ludamad Aug 26, 2024
44bd924
all compiling
ludamad Aug 26, 2024
e682488
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 26, 2024
88c0c28
refactor
ludamad Aug 26, 2024
ede7f41
eccvm fix
ludamad Aug 26, 2024
44c7f78
zero initialization
ludamad Aug 26, 2024
fdd2b29
tedious test updates
ludamad Aug 26, 2024
e0e0153
finall translator working again
ludamad Aug 26, 2024
95022c2
Merge branch 'master' into ad/mem-offsets
ludamad Aug 26, 2024
81503b3
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 26, 2024
9623ecf
building again
ludamad Aug 26, 2024
5e99416
building
ludamad Aug 26, 2024
2770bcc
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 27, 2024
65f76b0
avm building
ludamad Aug 27, 2024
6ce46c4
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 27, 2024
d3a4498
revert
ludamad Aug 27, 2024
d63fea1
remove unshifted and pray
ludamad Aug 28, 2024
73fa590
comment on shfits
ludamad Aug 28, 2024
5616be3
remove redundant pippenger param
ludamad Aug 29, 2024
bce13aa
Merge remote-tracking branch 'origin/ad/pippenger-edge-case-smoothing…
ludamad Aug 29, 2024
57d4d81
speed up non powers of 2 in pippenger
ludamad Aug 29, 2024
956a794
Merge remote-tracking branch 'origin/ad/pippenger-edge-case-smoothing…
ludamad Aug 29, 2024
cac72b1
rounding up to power of 2
ludamad Aug 29, 2024
bb6b7cc
fix commitmentkey: rounding up to power of 2
ludamad Aug 29, 2024
d6d08d0
comment
ludamad Aug 30, 2024
4a871b2
comment and use new pippenger
ludamad Aug 30, 2024
cf62795
comment and use new pippenger
ludamad Aug 30, 2024
01efa1f
working
ludamad Aug 30, 2024
5c8418a
revert
ludamad Aug 30, 2024
cb8f5e6
revert
ludamad Aug 30, 2024
536ebbe
std span
ludamad Aug 30, 2024
528142a
revert
ludamad Aug 30, 2024
c371e37
Update scalar_multiplication.cpp
ludamad Aug 30, 2024
069c007
Merge remote-tracking branch 'origin/ad/pippenger-edge-case-smoothing…
ludamad Aug 30, 2024
b1d4b79
merge
ludamad Aug 30, 2024
84d7b74
random poly compile issue
ludamad Aug 30, 2024
94e6df3
Update scalar_multiplication.cpp
ludamad Aug 30, 2024
7dc942b
Update scalar_multiplication.cpp
ludamad Aug 30, 2024
25f64be
Update scalar_multiplication.cpp
ludamad Aug 30, 2024
bf21caf
Update scalar_multiplication.hpp
ludamad Aug 30, 2024
1b16007
compile fix
ludamad Aug 30, 2024
55758d0
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Aug 30, 2024
485d627
Merge branch 'master' into ad/pippenger-edge-case-smoothing
ludamad Aug 30, 2024
39a9525
fix scalar mul edge cases. woops, tried to be too clever
ludamad Aug 30, 2024
47c7736
Merge remote-tracking branch 'origin/ad/pippenger-edge-case-smoothing…
ludamad Aug 30, 2024
84cb602
Merge remote-tracking branch 'origin/ad/pippenger-edge-case-smoothing…
ludamad Aug 30, 2024
00981cb
remote lock improvement
ludamad Aug 30, 2024
686c4a5
Merge branch 'master' into ad/pippenger-edge-case-smoothing
ludamad Aug 30, 2024
c3e37c5
speculative fix
ludamad Aug 30, 2024
ac15f5b
Merge remote-tracking branch 'origin/ad/pippenger-edge-case-smoothing…
ludamad Aug 30, 2024
7dae750
better error
ludamad Aug 30, 2024
a9c2617
fix edge case causing srs size too big
ludamad Aug 30, 2024
49fa0ad
Merge remote-tracking branch 'origin/ad/pippenger-edge-case-smoothing…
ludamad Aug 30, 2024
e791c97
revert
ludamad Aug 30, 2024
2be10cd
revert
ludamad Aug 30, 2024
6386e95
format
ludamad Aug 30, 2024
34425ea
Merge branch 'master' into ad/mem-offsets
ludamad Aug 30, 2024
70f03c5
format
ludamad Aug 30, 2024
7e518f8
Merge branch 'ad/pippenger-edge-case-smoothing' into ad/mem-offsets
ludamad Aug 30, 2024
80d568b
Merge remote-tracking branch 'origin/ad/mem-offsets' into ad/mem-offsets
ludamad Aug 30, 2024
06c61cd
adjustment
ludamad Aug 30, 2024
dd7e461
fix gcc complain
ludamad Aug 30, 2024
d720c55
fix size compare
ludamad Aug 30, 2024
e55bb85
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Sep 3, 2024
1d306e8
merge and notes
ludamad Sep 3, 2024
52027b3
Merge branch 'ad/mem-offsets-structure-spike' into ad/mem-offsets
ludamad Sep 3, 2024
782f472
use format
ludamad Sep 3, 2024
971a388
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Sep 5, 2024
7dbd1d9
format
ludamad Sep 5, 2024
f5514c3
compile fix
ludamad Sep 5, 2024
41c01c6
Merge remote-tracking branch 'origin/ad/mem-offsets' into ad/mem-offsets
ludamad Sep 5, 2024
7f4ea77
[skip ci]
ludamad Sep 5, 2024
e5bcec1
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Sep 6, 2024
d1c7702
updates
ludamad Sep 6, 2024
1457a3c
Merge local stash
ludamad Sep 6, 2024
e307d13
work on structured polys
ludamad Sep 6, 2024
5bbff94
reverts
ludamad Sep 6, 2024
c70ef6f
niceness
ludamad Sep 6, 2024
0f0b86f
Basic index_values() test
ludamad Sep 6, 2024
c81ec3b
remove merge markers
ludamad Sep 6, 2024
4192629
fix zip view
ludamad Sep 6, 2024
0e6c1b6
ultra honk test fixes
ludamad Sep 6, 2024
200a243
Merge branch 'master' into ad/mem-offsets
ludamad Sep 6, 2024
9573c93
Merge
ludamad Sep 6, 2024
2c6a6c6
Merge branch 'ad/fake-base-mem-offsets' into ad/mem-offsets
ludamad Sep 6, 2024
4a2e3a8
Merge remote-tracking branch 'origin/ad/mem-offsets' into ad/mem-offsets
ludamad Sep 6, 2024
f5b430e
revert
ludamad Sep 6, 2024
27f1d36
revert
ludamad Sep 6, 2024
2646dbc
revert
ludamad Sep 6, 2024
f51042a
Merge branch 'ad/fake-base-mem-offsets' into ad/mem-offsets
ludamad Sep 6, 2024
44dd297
revert
ludamad Sep 6, 2024
e72cdbd
repair
ludamad Sep 6, 2024
95e1c5e
repair
ludamad Sep 6, 2024
60d111d
built
ludamad Sep 6, 2024
8bb094d
more test fixes
ludamad Sep 6, 2024
4e9e400
avm fix
ludamad Sep 6, 2024
6047855
better verbosity
ludamad Sep 9, 2024
e16f609
avm changes, get_row investigation
ludamad Sep 9, 2024
7befd6d
at() usage in get_row
ludamad Sep 9, 2024
f0e9ecd
test
ludamad Sep 9, 2024
964384c
fix
ludamad Sep 9, 2024
b2a5423
remove unneeded leftover BB_UNUSED
ludamad Sep 9, 2024
bd0b6dc
remove copypasta test
ludamad Sep 9, 2024
a4f34cb
commitment_schemes_tests working
ludamad Sep 9, 2024
e1d8f4d
commitment recursion tests
ludamad Sep 9, 2024
8f5af24
remove const_at, vm tests green
ludamad Sep 9, 2024
0b69ca6
last fixes(?)
ludamad Sep 10, 2024
5efcd7e
Merge remote-tracking branch 'origin/master' into ad/mem-offsets
ludamad Sep 10, 2024
be4a79e
avm redo
ludamad Sep 10, 2024
8adb0b6
fix relation tests
ludamad Sep 10, 2024
213cc28
fix plonk_honk_shared_tests
ludamad Sep 10, 2024
a45ab52
try fix
ludamad Sep 10, 2024
72d286c
format [skip ci]
ludamad Sep 10, 2024
92926cf
revert
ludamad Sep 10, 2024
0ffcee2
Crs fix
ludamad Sep 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion barretenberg/cpp/scripts/_benchmark_remote_lock.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: This script is NOT meant to be ran, only sourced.
# This sets up all the necessary machinery to lock ~/BENCHMARK_IN_PROGRESS
#
#

# Function to clean up lock file
function cleanup() {
Expand All @@ -9,6 +9,13 @@ function cleanup() {
}

# Check for existing lock file
for i in {1..10} ; do
if ! ssh $BB_SSH_KEY $BB_SSH_INSTANCE "test -f ~/BENCHMARK_IN_PROGRESS"; then
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snuck in this, some waiting logic so you can start multiple benchmarks and walk away

break # we are able to benchmark
fi
echo "Benchmarking is already in progress. Waiting..."
sleep 10 # wait
done
if ssh $BB_SSH_KEY $BB_SSH_INSTANCE "test -f ~/BENCHMARK_IN_PROGRESS"; then
echo "Benchmarking is already in progress. If htop on the remote machine is not active, ~/BENCHMARK_IN_PROGRESS may need to be deleted."
# Important: Exits the script that called this!
Expand Down
11 changes: 8 additions & 3 deletions barretenberg/cpp/src/barretenberg/bb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ const auto current_dir = current_path.filename().string();
*/
void init_bn254_crs(size_t dyadic_circuit_size)
{
// TODO(https://github.com/AztecProtocol/barretenberg/issues/1097): tighter bound needed
// currently using 1.6x points in CRS because of structured polys, see notes for how to minimize
// Must +1 for Plonk only!
auto bn254_g1_data = get_bn254_g1_data(CRS_PATH, dyadic_circuit_size + 1);
auto bn254_g1_data = get_bn254_g1_data(CRS_PATH, dyadic_circuit_size + dyadic_circuit_size * 6 / 10 + 1);
auto bn254_g2_data = get_bn254_g2_data(CRS_PATH);
srs::init_crs_factory(bn254_g1_data, bn254_g2_data);
}
Expand All @@ -72,7 +74,10 @@ void init_bn254_crs(size_t dyadic_circuit_size)
*/
void init_grumpkin_crs(size_t eccvm_dyadic_circuit_size)
{
auto grumpkin_g1_data = get_grumpkin_g1_data(CRS_PATH, eccvm_dyadic_circuit_size);
// TODO(https://github.com/AztecProtocol/barretenberg/issues/1097): tighter bound needed
// currently using 1.6x points in CRS because of structured polys, see notes for how to minimize
auto grumpkin_g1_data =
get_grumpkin_g1_data(CRS_PATH, eccvm_dyadic_circuit_size + eccvm_dyadic_circuit_size * 6 / 10);
srs::init_grumpkin_crs_factory(grumpkin_g1_data);
}

Expand Down Expand Up @@ -638,7 +643,7 @@ void prove(const std::string& bytecodePath, const std::string& witnessPath, cons

acir_proofs::AcirComposer acir_composer{ 0, verbose_logging };
acir_composer.create_circuit(constraint_system, witness);
init_bn254_crs(acir_composer.get_dyadic_circuit_size());
ludamad marked this conversation as resolved.
Show resolved Hide resolved
init_bn254_crs(acir_composer.get_dyadic_circuit_size() * 2);
acir_composer.init_proving_key();
auto proof = acir_composer.create_proof();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,10 @@ void pippenger(State& state)
size_t num_cycles = 1 << static_cast<size_t>(state.range(0));
Polynomial<Fr> pol(num_cycles);
for (size_t i = 0; i < num_cycles; i++) {
*(uint256_t*)&pol[i] = engine.get_random_uint256();
pol[i].self_reduce_once();
pol[i].self_reduce_once();
pol[i].self_reduce_once();
*(uint256_t*)&pol.at(i) = engine.get_random_uint256();
pol.at(i).self_reduce_once();
pol.at(i).self_reduce_once();
pol.at(i).self_reduce_once();
}

auto ck = std::make_shared<CommitmentKey<curve::BN254>>(num_cycles);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void ipa_open(State& state) noexcept
// Construct the polynomial
Polynomial poly(n);
for (size_t i = 0; i < n; ++i) {
poly[i] = Fr::random_element(&engine);
poly.at(i) = Fr::random_element(&engine);
}
auto x = Fr::random_element(&engine);
auto eval = poly.evaluate(x);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,21 @@ static void construct_proof_megahonk_power_of_2(State& state) noexcept
state, &bb::mock_circuits::generate_basic_arithmetic_circuit<MegaCircuitBuilder>, log2_of_gates);
}

static void get_row_power_of_2(State& state) noexcept
{
auto log2_of_gates = static_cast<size_t>(state.range(0));
size_t gates = 1 << log2_of_gates;
MegaFlavor::ProverPolynomials polynomials{ gates };
for (auto _ : state) {
for (size_t i = 0; i < gates; i++) {
benchmark::DoNotOptimize(polynomials.get_row(i));
}
}
}

// Define benchmarks

// This exists due to an issue where get_row was blowing up in time
BENCHMARK_CAPTURE(construct_proof_megahonk, sha256, &stdlib::generate_sha256_test_circuit<MegaCircuitBuilder>)
->Unit(kMillisecond);
BENCHMARK_CAPTURE(construct_proof_megahonk, keccak, &stdlib::generate_keccak_test_circuit<MegaCircuitBuilder>)
Expand All @@ -40,6 +54,11 @@ BENCHMARK_CAPTURE(construct_proof_megahonk,
&stdlib::generate_merkle_membership_test_circuit<MegaCircuitBuilder>)
->Unit(kMillisecond);

BENCHMARK(get_row_power_of_2)
// 2**15 gates to 2**20 gates
->DenseRange(15, 20)
->Unit(kMillisecond);

BENCHMARK(construct_proof_megahonk_power_of_2)
// 2**15 gates to 2**20 gates
->DenseRange(15, 20)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ template <typename FF> Polynomial<FF> sparse_random_poly(const size_t size, cons

for (size_t i = 0; i < num_nonzero; i++) {
size_t idx = engine.get_random_uint32() % size;
polynomial[idx] = FF::random_element();
polynomial.at(idx) = FF::random_element();
}

return polynomial;
Expand Down Expand Up @@ -55,7 +55,7 @@ template <typename Curve> void bench_commit_sparse(::benchmark::State& state)

auto polynomial = Polynomial<Fr>(num_points);
for (size_t i = 0; i < num_nonzero; i++) {
polynomial[i] = 1;
polynomial.at(i) = 1;
}

for (auto _ : state) {
Expand All @@ -74,7 +74,7 @@ template <typename Curve> void bench_commit_sparse_preprocessed(::benchmark::Sta

auto polynomial = Polynomial<Fr>(num_points);
for (size_t i = 0; i < num_nonzero; i++) {
polynomial[i] = 1;
polynomial.at(i) = 1;
}

for (auto _ : state) {
Expand Down Expand Up @@ -121,10 +121,7 @@ template <typename Curve> void bench_commit_random(::benchmark::State& state)
auto key = create_commitment_key<Curve>(MAX_NUM_POINTS);

const size_t num_points = 1 << state.range(0);
auto polynomial = Polynomial<Fr>(num_points);
for (auto& coeff : polynomial) {
coeff = Fr::random_element();
}
Polynomial<Fr> polynomial = Polynomial<Fr>::random(num_points);
for (auto _ : state) {
key->commit(polynomial);
}
Expand All @@ -137,15 +134,11 @@ template <typename Curve> void bench_commit_random_non_power_of_2(::benchmark::S
auto key = create_commitment_key<Curve>(MAX_NUM_POINTS);

const size_t num_points = 1 << state.range(0);
auto polynomial = Polynomial<Fr>(num_points - 1);
for (auto& coeff : polynomial) {
coeff = Fr::random_element();
}
Polynomial<Fr> polynomial = Polynomial<Fr>::random(num_points - 1);
for (auto _ : state) {
key->commit(polynomial);
}
}

BENCHMARK(bench_commit_zero<curve::BN254>)
->DenseRange(MIN_LOG_NUM_POINTS, MAX_LOG_NUM_POINTS)
->Unit(benchmark::kMillisecond);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
* simplify the codebase.
*/

#include "barretenberg/common/debug_log.hpp"
#include "barretenberg/common/op_count.hpp"
#include "barretenberg/ecc/scalar_multiplication/scalar_multiplication.hpp"
#include "barretenberg/numeric/bitop/get_msb.hpp"
#include "barretenberg/numeric/bitop/pow.hpp"
#include "barretenberg/polynomials/polynomial.hpp"
#include "barretenberg/polynomials/polynomial_arithmetic.hpp"
#include "barretenberg/srs/factories/crs_factory.hpp"
#include "barretenberg/srs/factories/file_crs_factory.hpp"
Expand Down Expand Up @@ -79,20 +81,29 @@ template <class Curve> class CommitmentKey {
* @param polynomial a univariate polynomial p(X) = ∑ᵢ aᵢ⋅Xⁱ
* @return Commitment computed as C = [p(x)] = ∑ᵢ aᵢ⋅Gᵢ
*/
Commitment commit(std::span<const Fr> polynomial)
Commitment commit(PolynomialSpan<const Fr> polynomial)
{
BB_OP_COUNT_TIME();
// See constructor, we must round up the number of used srs points to a power of 2.
const size_t consumed_srs = numeric::round_up_power_2(polynomial.size());
// We must have a power-of-2 SRS points *after* subtracting by start_index.
const size_t consumed_srs = numeric::round_up_power_2(polynomial.size()) + polynomial.start_index;
auto srs = srs::get_crs_factory<Curve>()->get_prover_crs(consumed_srs);
// We only need the
if (consumed_srs > srs->get_monomial_size()) {
info("Attempting to commit to a polynomial that needs ",
consumed_srs,
" points with an SRS of size ",
srs->get_monomial_size());
ASSERT(false);
throw_or_abort(format("Attempting to commit to a polynomial that needs ",
Copy link
Collaborator Author

@ludamad ludamad Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see the utility of continuing on after realizing this size is not enough. Actually, there is security risk whenever we knowingly read past allocated memory.

consumed_srs,
" points with an SRS of size ",
srs->get_monomial_size()));
}
return scalar_multiplication::pippenger_unsafe_optimized_for_non_dyadic_polys<Curve>(
polynomial, srs->get_monomial_points(), pippenger_runtime_state);

// Extract the precomputed point table (contains raw SRS points at even indices and the corresponding
// endomorphism point (\beta*x, -y) at odd indices). We offset by polynomial.start_index * 2 to align
// with our polynomial span.
std::span<G1> point_table = srs->get_monomial_points().subspan(polynomial.start_index * 2);
DEBUG_LOG_ALL(polynomial.span);
Commitment point = scalar_multiplication::pippenger_unsafe_optimized_for_non_dyadic_polys<Curve>(
polynomial.span, point_table, pippenger_runtime_state);
DEBUG_LOG(point);
return point;
};

/**
Expand All @@ -105,19 +116,20 @@ template <class Curve> class CommitmentKey {
* @param polynomial
* @return Commitment
*/
Commitment commit_sparse(std::span<const Fr> polynomial)
Commitment commit_sparse(PolynomialSpan<const Fr> polynomial)
{
BB_OP_COUNT_TIME();
const size_t degree = polynomial.size();
ASSERT(degree <= srs->get_monomial_size());
const size_t poly_size = polynomial.size();
ASSERT(polynomial.end_index() <= srs->get_monomial_size());

// Extract the precomputed point table (contains raw SRS points at even indices and the corresponding
// endomorphism point (\beta*x, -y) at odd indices).
std::span<G1> point_table = srs->get_monomial_points();
// endomorphism point (\beta*x, -y) at odd indices). We offset by polynomial.start_index * 2 to align
// with our polynomial spann.
std::span<G1> point_table = srs->get_monomial_points().subspan(polynomial.start_index * 2);

// Define structures needed to multithread the extraction of non-zero inputs
const size_t num_threads = degree >= get_num_cpus_pow2() ? get_num_cpus_pow2() : 1;
const size_t block_size = degree / num_threads;
const size_t num_threads = poly_size >= get_num_cpus_pow2() ? get_num_cpus_pow2() : 1;
const size_t block_size = poly_size / num_threads;
std::vector<std::vector<Fr>> thread_scalars(num_threads);
std::vector<std::vector<G1>> thread_points(num_threads);

Expand All @@ -128,7 +140,7 @@ template <class Curve> class CommitmentKey {

for (size_t idx = start; idx < end; ++idx) {

const Fr& scalar = polynomial[idx];
const Fr& scalar = polynomial.span[idx];

if (!scalar.is_zero()) {
thread_scalars[thread_idx].emplace_back(scalar);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ template <typename Curve> class CommitmentTest : public ::testing::Test {

Commitment commit(const Polynomial& polynomial) { return commitment_key->commit(polynomial); }

Polynomial random_polynomial(const size_t n)
{
Polynomial p(n);
for (size_t i = 0; i < n; ++i) {
p[i] = Fr::random_element(engine);
}
return p;
}

Fr random_element() { return Fr::random_element(engine); }

OpeningPair<Curve> random_eval(const Polynomial& polynomial)
Expand All @@ -92,7 +83,7 @@ template <typename Curve> class CommitmentTest : public ::testing::Test {

std::pair<OpeningClaim<Curve>, Polynomial> random_claim(const size_t n)
{
auto polynomial = random_polynomial(n);
auto polynomial = Polynomial::random(n);
auto opening_pair = random_eval(polynomial);
auto commitment = commit(polynomial);
auto opening_claim = OpeningClaim<Curve>{ opening_pair, commitment };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ template <class Curve> class GeminiTest : public CommitmentTest<Curve> {
using GeminiVerifier = GeminiVerifier_<Curve>;
using Fr = typename Curve::ScalarField;
using GroupElement = typename Curve::Element;
using Polynomial = typename bb::Polynomial<Fr>;

public:
void execute_gemini_and_verify_claims(size_t log_n,
std::vector<Fr> multilinear_evaluation_point,
std::vector<Fr> multilinear_evaluations,
std::vector<std::span<Fr>> multilinear_polynomials,
std::vector<std::span<Fr>> multilinear_polynomials_to_be_shifted,
std::vector<Polynomial<Fr>> multilinear_polynomials,
std::vector<Polynomial<Fr>> multilinear_polynomials_to_be_shifted,
std::vector<GroupElement> multilinear_commitments,
std::vector<GroupElement> multilinear_commitments_to_be_shifted)
{
Expand All @@ -37,8 +36,8 @@ template <class Curve> class GeminiTest : public CommitmentTest<Curve> {
batched_evaluation += multilinear_evaluations[i] * rhos[i];
}

Polynomial batched_unshifted(1 << log_n);
Polynomial batched_to_be_shifted(1 << log_n);
Polynomial<Fr> batched_unshifted(1 << log_n);
Polynomial<Fr> batched_to_be_shifted = Polynomial<Fr>::shiftable(1 << log_n);
GroupElement batched_commitment_unshifted = GroupElement::zero();
GroupElement batched_commitment_to_be_shifted = GroupElement::zero();
const size_t num_unshifted = multilinear_polynomials.size();
Expand Down Expand Up @@ -113,14 +112,14 @@ TYPED_TEST(GeminiTest, Single)
const size_t log_n = 4;

auto u = this->random_evaluation_point(log_n);
auto poly = this->random_polynomial(n);
auto poly = Polynomial<Fr>::random(n);
auto commitment = this->commit(poly);
auto eval = poly.evaluate_mle(u);

// Collect multilinear polynomials evaluations, and commitments for input to prover/verifier
std::vector<Fr> multilinear_evaluations = { eval };
std::vector<std::span<Fr>> multilinear_polynomials = { poly };
std::vector<std::span<Fr>> multilinear_polynomials_to_be_shifted = {};
std::vector<Polynomial<Fr>> multilinear_polynomials = { poly.share() };
std::vector<Polynomial<Fr>> multilinear_polynomials_to_be_shifted = {};
std::vector<GroupElement> multilinear_commitments = { commitment };
std::vector<GroupElement> multilinear_commitments_to_be_shifted = {};

Expand All @@ -144,16 +143,15 @@ TYPED_TEST(GeminiTest, SingleShift)
auto u = this->random_evaluation_point(log_n);

// shiftable polynomial must have 0 as last coefficient
auto poly = this->random_polynomial(n);
poly[0] = Fr::zero();
auto poly = Polynomial<Fr>::random(n, /*shiftable*/ 1);

auto commitment = this->commit(poly);
auto eval_shift = poly.evaluate_mle(u, true);

// Collect multilinear polynomials evaluations, and commitments for input to prover/verifier
std::vector<Fr> multilinear_evaluations = { eval_shift };
std::vector<std::span<Fr>> multilinear_polynomials = {};
std::vector<std::span<Fr>> multilinear_polynomials_to_be_shifted = { poly };
std::vector<Polynomial<Fr>> multilinear_polynomials = {};
std::vector<Polynomial<Fr>> multilinear_polynomials_to_be_shifted = { poly.share() };
std::vector<GroupElement> multilinear_commitments = {};
std::vector<GroupElement> multilinear_commitments_to_be_shifted = { commitment };

Expand All @@ -176,8 +174,8 @@ TYPED_TEST(GeminiTest, Double)

auto u = this->random_evaluation_point(log_n);

auto poly1 = this->random_polynomial(n);
auto poly2 = this->random_polynomial(n);
auto poly1 = Polynomial<Fr>::random(n);
auto poly2 = Polynomial<Fr>::random(n);

auto commitment1 = this->commit(poly1);
auto commitment2 = this->commit(poly2);
Expand All @@ -187,8 +185,8 @@ TYPED_TEST(GeminiTest, Double)

// Collect multilinear polynomials evaluations, and commitments for input to prover/verifier
std::vector<Fr> multilinear_evaluations = { eval1, eval2 };
std::vector<std::span<Fr>> multilinear_polynomials = { poly1, poly2 };
std::vector<std::span<Fr>> multilinear_polynomials_to_be_shifted = {};
std::vector<Polynomial<Fr>> multilinear_polynomials = { poly1.share(), poly2.share() };
std::vector<Polynomial<Fr>> multilinear_polynomials_to_be_shifted = {};
std::vector<GroupElement> multilinear_commitments = { commitment1, commitment2 };
std::vector<GroupElement> multilinear_commitments_to_be_shifted = {};

Expand All @@ -211,9 +209,8 @@ TYPED_TEST(GeminiTest, DoubleWithShift)

auto u = this->random_evaluation_point(log_n);

auto poly1 = this->random_polynomial(n);
auto poly2 = this->random_polynomial(n);
poly2[0] = Fr::zero(); // necessary for polynomial to be 'shiftable'
auto poly1 = Polynomial<Fr>::random(n);
auto poly2 = Polynomial<Fr>::random(n, 1); // make 'shiftable'

auto commitment1 = this->commit(poly1);
auto commitment2 = this->commit(poly2);
Expand All @@ -224,8 +221,8 @@ TYPED_TEST(GeminiTest, DoubleWithShift)

// Collect multilinear polynomials evaluations, and commitments for input to prover/verifier
std::vector<Fr> multilinear_evaluations = { eval1, eval2, eval2_shift };
std::vector<std::span<Fr>> multilinear_polynomials = { poly1, poly2 };
std::vector<std::span<Fr>> multilinear_polynomials_to_be_shifted = { poly2 };
std::vector<Polynomial<Fr>> multilinear_polynomials = { poly1.share(), poly2.share() };
std::vector<Polynomial<Fr>> multilinear_polynomials_to_be_shifted = { poly2.share() };
std::vector<GroupElement> multilinear_commitments = { commitment1, commitment2 };
std::vector<GroupElement> multilinear_commitments_to_be_shifted = { commitment2 };

Expand Down
Loading
Loading