Skip to content

Commit

Permalink
source used to dispatch experiments from last commit (and ongoing exp…
Browse files Browse the repository at this point in the history
…eriments)
  • Loading branch information
Riley John Murray committed Oct 10, 2024
1 parent e61a3ed commit cb1a02e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRP/CQRRP_runtime_breakdown.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ int main(int argc, char *argv[]) {
int64_t n = std::stol(size);
double d_factor = 1.0;
int64_t b_sz_start = 256;
int64_t b_sz_end = 1024;
int64_t b_sz_end = 2048;
double tol = std::pow(std::numeric_limits<double>::epsilon(), 0.85);
auto state = RandBLAS::RNGState<r123::Philox4x32>();
auto state_constant = state;
Expand Down
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRP/CQRRP_speed_comparisons.cc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int main(int argc, char *argv[]) {
int64_t n = std::stol(size);
double d_factor = 1.0;
int64_t b_sz_start = 256;
int64_t b_sz_end = 1024;
int64_t b_sz_end = 2048;
double tol = std::pow(std::numeric_limits<double>::epsilon(), 0.85);
auto state = RandBLAS::RNGState<r123::Philox4x32>();
auto state_constant = state;
Expand Down
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRP/HQRRP_runtime_breakdown.cc
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ int main(int argc, char *argv[]) {
call_all_algs(m_info, numruns, b_sz_start, all_data, state_constant, file);
}
}
#endif
#endif

0 comments on commit cb1a02e

Please sign in to comment.