Skip to content

Commit

Permalink
Fix for NVIDIA#596 (typo in example 03) (NVIDIA#597)
Browse files Browse the repository at this point in the history
* [examples] Fix typos in SYRK and TRMM examples

* Fix typo in example 03
  • Loading branch information
jackkosaian authored Aug 9, 2022
1 parent 1617685 commit e66bfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03_visualize_layout/visualize_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void print_usage(std::ostream &out) {
"--extent=16,16 --vectorize=2 --output-shape=16,4\n"
<< "$ 03_visualize_layout \"VoltaTensorOpMultiplicandCrosswise<16,32>\" "
"--extent=32,64 --vectorize=4 --output-shape=64,4\n"
<< "$ 03_visualize_layout \"VotlaTensorOpMultiplicandCongruous<16>\" "
<< "$ 03_visualize_layout \"VoltaTensorOpMultiplicandCongruous<16>\" "
"--extent=64,32 --vectorize=8 --output-shape=64,4\n";

out << std::endl;
Expand Down

0 comments on commit e66bfcb

Please sign in to comment.