Skip to content

Commit

Permalink
Update src/main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdeakin authored May 13, 2024
1 parent 1f63bd5 commit b7ec8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ size_t num_times = 100;
size_t deviceIndex = 0;
bool use_float = false;
bool output_as_csv = false;
// Default unit of memory is MegaBytes (as per STREAM)
Unit unit{Unit::Kind::MegaByte};
bool silence_errors = false;
std::string csv_separator = ",";
Expand Down

0 comments on commit b7ec8c3

Please sign in to comment.