Skip to content

Commit

Permalink
Added ICQRRP subroutines profiling benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed Jul 11, 2024
1 parent 0ba4139 commit b6b017f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/bench_CQRRP/CQRRP_runtime_breakdown.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ static void call_all_algs(

int main() {
// Declare parameters
int64_t m = std::pow(2, 14);
int64_t n = std::pow(2, 14);
int64_t m = std::pow(2, 16);
int64_t n = std::pow(2, 16);
double d_factor = 1.25;
int64_t b_sz_start = 256;
int64_t b_sz_end = 2048;
Expand Down

0 comments on commit b6b017f

Please sign in to comment.