Skip to content

Commit

Permalink
cuda: bugfix: read --M argument from cli in cuperftest
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwer committed Jul 18, 2023
1 parent 32e86b0 commit 8b6d627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perftest/cuda/cuperftest.cu
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ struct test_options_t {
{"N1", required_argument, 0, 0},
{"N2", required_argument, 0, 0},
{"N3", required_argument, 0, 0},
{"M", required_argument, 0, 0},
{"tol", required_argument, 0, 0},
{"method", required_argument, 0, 0},
{"kerevalmethod", required_argument, 0, 0},
Expand Down

0 comments on commit 8b6d627

Please sign in to comment.