Skip to content

Commit

Permalink
dot perf test: fixing small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Jun 28, 2022
1 parent 9474177 commit a14302b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perf_test/blas/blas1/KokkosBlas_dot_mv_perf_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ int parse_inputs(Params& params, int argc, char** argv) {
params.use_cuda = atoi(argv[++i]) + 1;
} else if (0 == Test::string_compare_no_case(argv[i], "--hip")) {
params.use_hip = atoi(argv[++i]) + 1;
;
} else if (0 == Test::string_compare_no_case(argv[i], "--sycl")) {
params.use_sycl = atoi(argv[++i]) + 1;
} else if (0 == Test::string_compare_no_case(argv[i], "--m")) {
Expand Down

0 comments on commit a14302b

Please sign in to comment.