Skip to content

Commit

Permalink
Fix mode help text
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kelley committed Mar 14, 2024
1 parent 33f32c7 commit bb1b94a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions perf_test/sparse/KokkosSparse_kk_spmv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,11 @@ void print_help() {
" --layout left|right : memory layout of x/y. Default depends on "
"build's default execution space\n");
printf(
" -m N|T : matrix apply mode: N (normal, default), T "
"(transpose)\n");
" -m N|T|H|C : matrix apply mode:\n"
" N - normal, default\n"
" T - transpose\n"
" H - conjugate transpose\n"
" C - conjugate\n");
printf(
" -f [file],-fb [file] : Read in Matrix Market (.mtx), or binary "
"(.bin) matrix file.\n");
Expand Down

0 comments on commit bb1b94a

Please sign in to comment.