File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ void usage(char **argv)
96
96
std::cout << " --save-tensor <string> filename to save the tensor (leave blank for no save)" << std::endl;
97
97
std::cout << " --initial-file <string> file name for reading Ktensor initial guess (leave blank for random initial guess)" << std::endl;
98
98
std::cout << " --output-file <string> output file name for saving Ktensor" << std::endl;
99
- std::cout << " --output- dense-reconstruction <string> output file name for saving the tensor reconstruction as a dense tensor" << std::endl;
100
- std::cout << " --output- sparse-reconstruction <string> output file name for saving the tensor reconstruction as a sparse tensor" << std::endl;
99
+ std::cout << " --dense-reconstruction <string> output file name for saving the tensor reconstruction as a dense tensor" << std::endl;
100
+ std::cout << " --sparse-reconstruction <string> output file name for saving the tensor reconstruction as a sparse tensor" << std::endl;
101
101
std::cout << " --vtune connect to vtune for Intel-based profiling (assumes vtune profiling tool, amplxe-cl, is in your path)" << std::endl;
102
102
std::cout << " --history-file file to save performance history" << std::endl;
103
103
std::cout << std::endl;
You can’t perform that action at this time.
0 commit comments