Skip to content

Commit

Permalink
Fix CLI help doc on saving dense/sparse reconstructions (issue #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Oct 9, 2024
1 parent d1891e7 commit f813d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/Genten_Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ void usage(char **argv)
std::cout << " --save-tensor <string> filename to save the tensor (leave blank for no save)" << std::endl;
std::cout << " --initial-file <string> file name for reading Ktensor initial guess (leave blank for random initial guess)" << std::endl;
std::cout << " --output-file <string> output file name for saving Ktensor" << std::endl;
std::cout << " --output-dense-reconstruction <string> output file name for saving the tensor reconstruction as a dense tensor" << std::endl;
std::cout << " --output-sparse-reconstruction <string> output file name for saving the tensor reconstruction as a sparse tensor" << std::endl;
std::cout << " --dense-reconstruction <string> output file name for saving the tensor reconstruction as a dense tensor" << std::endl;
std::cout << " --sparse-reconstruction <string> output file name for saving the tensor reconstruction as a sparse tensor" << std::endl;
std::cout << " --vtune connect to vtune for Intel-based profiling (assumes vtune profiling tool, amplxe-cl, is in your path)" << std::endl;
std::cout << " --history-file file to save performance history" << std::endl;
std::cout << std::endl;
Expand Down

0 comments on commit f813d66

Please sign in to comment.