Skip to content

Commit 51208a3

Browse files
committed
Updated CLI help
1 parent 3744a82 commit 51208a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/taco.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ static void printUsageInfo() {
102102
printFlag("f=<tensor>:<format>",
103103
"Specify the format of a tensor in the expression. Formats are "
104104
"specified per dimension using d (dense), s (sparse), "
105-
"u (sparse, not unique), q (singleton), or c (singleton, not unique). "
106-
"All formats default to dense. "
105+
"u (sparse, not unique), q (singleton), c (singleton, not unique), "
106+
"or p (singleton, padded). All formats default to dense. "
107107
"The ordering of modes can also be optionally specified as a "
108108
"comma-delimited list of modes in the order they should be stored. "
109109
"Examples: A:ds (i.e., CSR), B:ds:1,0 (i.e., CSC), c:d (i.e., "

0 commit comments

Comments
 (0)