From 225eaa78ab31cee51d8d9db16ff1854a26e27d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvir=20Crn=C4=8Devi=C4=87?= Date: Tue, 3 Dec 2024 18:03:35 +0100 Subject: [PATCH] Update README.md --- inference_lib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference_lib/README.md b/inference_lib/README.md index df918d0..f89ec84 100644 --- a/inference_lib/README.md +++ b/inference_lib/README.md @@ -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