Skip to content

Commit

Permalink
Add test for alpha vector scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-huang committed Sep 3, 2024
1 parent 4659e0b commit 9702a98
Show file tree
Hide file tree
Showing 18 changed files with 498 additions and 140 deletions.
4 changes: 4 additions & 0 deletions clients/benchmarks/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,10 @@ try
value<char>(&order_d)->default_value('N'),
"C = Column Major, R = Row Major")

("alpha_vector_scaling",
bool_switch(&arg.alpha_vector_scaling)->default_value(false),
"Apply alpha vector scaling")

("help,h", "produces this help message")

("version", "Prints the version number");
Expand Down
Loading

0 comments on commit 9702a98

Please sign in to comment.