Skip to content

Commit 304aa48

Browse files
authored
Fix rocWMMA build documentation
1 parent 5e2d57b commit 304aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You can download it from your Linux distro's package manager or from here: [ROCm
239239

240240
The rocWMMA library is included by default when installing the ROCm SDK using the `rocm` meta package provided by AMD. Alternatively, if you are not using the meta package, you can install the library using the `rocwmma-dev` or `rocwmma-devel` package, depending on your system's package manager.
241241

242-
As an alternative, you can manually install the library by cloning it from the official [GitHub repository](https://github.com/ROCm/rocWMMA), checkout the corresponding version tag (e.g. `rocm-6.2.4`) and set `-DCMAKE_CXX_FLAGS="-I<path/to/rocwmma>/library/include/"` in CMake. This also works under Windows despite not officially supported by AMD.
242+
As an alternative, you can manually install the library by cloning it from the official [GitHub repository](https://github.com/ROCm/rocWMMA), checkout the corresponding version tag (e.g. `rocm-6.2.4`) and set `-DCMAKE_CXX_FLAGS="-I<path/to/rocwmma>/library/include/"`(for Windows, this also works under Windows despite not officially supported by AMD) `-DCMAKE_HIP_FLAGS="-I<path/to/rocwmma>/library/include/"`(for Linux) in CMake.
243243

244244
Note that if you get the following error:
245245
```

0 commit comments

Comments
 (0)