Skip to content

Commit

Permalink
Update HIP-Basic/matrix_multiplication/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nara <nara@streamhpc.com>
  • Loading branch information
dgaliffiAMD and Naraenda authored May 22, 2024
1 parent 64cd534 commit ecd17d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HIP-Basic/matrix_multiplication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ecd17d3

Please sign in to comment.