Skip to content

Commit 8e963fd

Browse files
committed
chore(avm): remove bb_bench in accumulate
1 parent 483ba91 commit 8e963fd

File tree

63 files changed

+0
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+0
-125
lines changed

barretenberg/cpp/src/barretenberg/vm2/generated/flavor_variables.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ struct AvmFlavorVariables {
148148
// Need to be templated for recursive verifier
149149
template <typename FF_>
150150
using MainRelations_ = flat_tuple::tuple<
151-
152151
// Optimized Relations
153152
avm2::optimized_poseidon2_perm<FF_>,
154153
// Relations

barretenberg/cpp/src/barretenberg/vm2/generated/relations/address_derivation_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void address_derivationImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/address_derivation");
19-
2018
const auto constants_GRUMPKIN_ONE_X = FF(1);
2119
const auto constants_GRUMPKIN_ONE_Y =
2220
FF(uint256_t{ 9457493854555940652UL, 3253583849847263892UL, 14921373847124204899UL, 2UL });

barretenberg/cpp/src/barretenberg/vm2/generated/relations/addressing_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void addressingImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/addressing");
19-
2018
const auto constants_MEM_TAG_U32 = FF(4);
2119
const auto constants_AVM_HIGHEST_MEM_ADDRESS = FF(4294967295UL);
2220
const auto execution_SEL_OP_IS_INDIRECT_EFFECTIVE_0_ =

barretenberg/cpp/src/barretenberg/vm2/generated/relations/alu_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void aluImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/alu");
19-
2018
const auto constants_MEM_TAG_FF = FF(0);
2119
const auto constants_MEM_TAG_U1 = FF(1);
2220
const auto constants_MEM_TAG_U128 = FF(6);

barretenberg/cpp/src/barretenberg/vm2/generated/relations/bc_decomposition_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void bc_decompositionImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/bc_decomposition");
19-
2018
const auto bc_decomposition_WINDOW_SIZE = FF(37);
2119
const auto bc_decomposition_FIRST_OR_LAST_CONTRACT =
2220
in.get(C::precomputed_first_row) + in.get(C::bc_decomposition_last_of_contract);

barretenberg/cpp/src/barretenberg/vm2/generated/relations/bc_hashing_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void bc_hashingImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/bc_hashing");
19-
2018
const auto constants_GENERATOR_INDEX__PUBLIC_BYTECODE = FF(60);
2119
const auto bc_hashing_LATCH_CONDITION = in.get(C::bc_hashing_latch) + in.get(C::precomputed_first_row);
2220
const auto bc_hashing_START = in.get(C::bc_hashing_sel) * (FF(1) - in.get(C::bc_hashing_sel_not_start));

barretenberg/cpp/src/barretenberg/vm2/generated/relations/bc_retrieval_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void bc_retrievalImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/bc_retrieval");
19-
2018
const auto constants_MAX_PUBLIC_CALLS_TO_UNIQUE_CONTRACT_CLASS_IDS = FF(21);
2119
const auto constants_AVM_RETRIEVED_BYTECODES_TREE_INITIAL_SIZE = FF(1);
2220
const auto bc_retrieval_REMAINING_BYTECODES = ((constants_MAX_PUBLIC_CALLS_TO_UNIQUE_CONTRACT_CLASS_IDS +

barretenberg/cpp/src/barretenberg/vm2/generated/relations/bitwise_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void bitwiseImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/bitwise");
19-
2018
const auto constants_MEM_TAG_FF = FF(0);
2119
const auto bitwise_TAG_A_DIFF = (in.get(C::bitwise_tag_a) - constants_MEM_TAG_FF);
2220
const auto bitwise_TAG_AB_DIFF = (in.get(C::bitwise_tag_a) - in.get(C::bitwise_tag_b));

barretenberg/cpp/src/barretenberg/vm2/generated/relations/calldata_hashing_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void calldata_hashingImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/calldata_hashing");
19-
2018
{ // TRACE_CONTINUITY
2119
using View = typename std::tuple_element_t<0, ContainerOverSubrelations>::View;
2220
auto tmp = (FF(1) - static_cast<View>(in.get(C::precomputed_first_row))) *

barretenberg/cpp/src/barretenberg/vm2/generated/relations/calldata_impl.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ void calldataImpl<FF_>::accumulate(ContainerOverSubrelations& evals,
1515
{
1616
using C = ColumnAndShifts;
1717

18-
BB_BENCH_NAME("accumulate/calldata");
19-
2018
const auto calldata_FIRST_OR_LAST_CALLDATA = in.get(C::precomputed_first_row) + in.get(C::calldata_latch);
2119

2220
{

0 commit comments

Comments
 (0)