Skip to content

Commit fa05001

Browse files
committed
Add steps to generate coverage
1 parent c1c1d88 commit fa05001

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

projects/hipblaslt/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,17 @@ cmake --preset gemm-libs
9595
cmake --build build --parallel
9696
```
9797

98+
99+
**Building code coverage**
100+
101+
```bash
102+
# configure
103+
cmake --preset coverage -B build -S .
104+
# build
105+
cmake --build build --parallel --target coverage
106+
# coverage report is build/coverage/index.html
107+
```
108+
98109
#### Using CMake variables directly
99110

100111
**Full build for gfx950**
@@ -185,9 +196,9 @@ Refer to the available build options using `./install.sh --help`:
185196
> [!NOTE]
186197
> Refer to the tensilelite [README](./tensilelite/README.md) for instructions on building for the tensile workflow.
187198
188-
## Unit tests
199+
## Tests
189200

190-
All unit tests are located in `build/release/clients/`. To build these tests, you must build
201+
All tests are located in `build/release/clients/`. To build these tests, you must build
191202
hipBLASLt with `--clients`.
192203

193204
You can find more information at the following links:

0 commit comments

Comments
 (0)