Skip to content

Commit

Permalink
Fix MD037
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD committed May 16, 2024
1 parent 5cababb commit b85e09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/rocSPARSE/level_2/gebsrmv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ where
2. Allocate device memory and offload input data to device.
3. Initialize rocSPARSE by creating a handle.
4. Prepare utility variables for rocSPARSE gebsrmv invocation.
5. Call gebsrmv to perform $y = alpha * A * x + beta * y$.
5. Call gebsrmv to perform $y = \alpha * A * x + beta * y$.

Check failure on line 27 in Libraries/rocSPARSE/level_2/gebsrmv/README.md

View workflow job for this annotation

GitHub Actions / Documentation / Markdown

Spaces inside emphasis markers

Libraries/rocSPARSE/level_2/gebsrmv/README.md:27:40 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "* A *"] https://github.com/DavidAnson/markdownlint/blob/v0.28.2/doc/md037.md

Check failure on line 27 in Libraries/rocSPARSE/level_2/gebsrmv/README.md

View workflow job for this annotation

GitHub Actions / Documentation / Markdown

Spaces inside emphasis markers

Libraries/rocSPARSE/level_2/gebsrmv/README.md:27:40 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "* A *"] https://github.com/DavidAnson/markdownlint/blob/v0.28.2/doc/md037.md
6. Copy solution to host from device.
7. Clear rocSPARSE allocations on device and device arrays.
8. Print results to standard output.
Expand Down
2 changes: 1 addition & 1 deletion Libraries/rocSPARSE/level_3/sddmm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example illustrates the use of the `rocSPARSE` sampled dense-dense matrix m

The operation solves the following equation for C:

$\C := \alpha(\cdot A' * \cdot B') * sppat(\cdot C) + \beta C $
$ C := \alpha (\cdot A' * \cdot B') * sppat(\cdot C) + \beta C $

Check failure on line 9 in Libraries/rocSPARSE/level_3/sddmm/README.md

View workflow job for this annotation

GitHub Actions / Documentation / Markdown

Spaces inside emphasis markers

Libraries/rocSPARSE/level_3/sddmm/README.md:9:25 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "* \cdot B') *"] https://github.com/DavidAnson/markdownlint/blob/v0.28.2/doc/md037.md

Check failure on line 9 in Libraries/rocSPARSE/level_3/sddmm/README.md

View workflow job for this annotation

GitHub Actions / Documentation / Markdown

Spaces inside emphasis markers

Libraries/rocSPARSE/level_3/sddmm/README.md:9:25 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "* \cdot B') *"] https://github.com/DavidAnson/markdownlint/blob/v0.28.2/doc/md037.md

where

Expand Down

0 comments on commit b85e09f

Please sign in to comment.