From ecd17d3d688c3ae3ccc1b49e02e7871226f41bee Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Wed, 22 May 2024 13:38:00 -0400 Subject: [PATCH] Update HIP-Basic/matrix_multiplication/README.md Co-authored-by: Nara --- HIP-Basic/matrix_multiplication/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HIP-Basic/matrix_multiplication/README.md b/HIP-Basic/matrix_multiplication/README.md index f76b9d823..4600c71e3 100644 --- a/HIP-Basic/matrix_multiplication/README.md +++ b/HIP-Basic/matrix_multiplication/README.md @@ -14,7 +14,7 @@ This example showcases the multiplication of two dynamically sized two-dimension 6. The elements of the resulting matrix $\mathrm{C}$ are copied to the host and all device memory is freed. 7. The elements of $\mathrm{C}$ are compared with the expected result. The result of the comparison is printed to the standard output. -## Command line interface +### Command line interface - If no command line argument is provided, the default matrix sizes are used.