File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,17 @@ cmake --preset gemm-libs
9595cmake --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
191202hipBLASLt with ` --clients ` .
192203
193204You can find more information at the following links:
You can’t perform that action at this time.
0 commit comments