Skip to content

Commit

Permalink
don't run all benchmark examples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Sep 14, 2024
1 parent b3ebcf2 commit c999564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/benchmarks/ReverseMode/adbench/gmm.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ int main(const int argc, const char* argv[]) {
std::vector<std::string> paths;// = { "1k/gmm_d10_K100.txt" };

getTests(paths, "data/1k", "1k/");
getTests(paths, "data/2.5k", "2.5k/");
getTests(paths, "data/10k", "10k/");
//getTests(paths, "data/2.5k", "2.5k/");
//getTests(paths, "data/10k", "10k/");

std::ofstream jsonfile("results.json", std::ofstream::trunc);
json test_results;
Expand Down

0 comments on commit c999564

Please sign in to comment.