Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inference_lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ options:
In order to run the matvec benchmark suite, one should run:

```bash
bench_spqr.py [-h] --tensor_path TENSOR_PATH [--ptcsr_path PTCSR_PATH] [--output_path OUTPUT_PATH]
python3 bench_matvec_kernel.py [-h] --tensor_path TENSOR_PATH [--ptcsr_path PTCSR_PATH] [--output_path OUTPUT_PATH]

options:
-h, --help show this help message and exit
Expand Down
Loading