gobhardw/swdev 479013 (#1014)

* test pr for ROCm sdk tests

* SWDEV-479013 doc updates
This commit is contained in:
Gopesh Bhardwaj
2024-08-13 23:35:12 +05:30
committed by GitHub
parent 0e0b37501c
commit 5bec9f66b6
11 changed files with 47 additions and 30 deletions
+2 -1
View File
@@ -41,6 +41,7 @@ If the `CMake` installed on the system is too old, you can install a new version
pip install --user 'cmake==3.22.0'
export PATH=${HOME}/.local/bin:${PATH}
```
## Building ROCprofiler-SDK
```bash
@@ -69,4 +70,4 @@ To run the built tests, `cd` into the `rocprofiler-sdk-build` directory and run:
```bash
ctest --output-on-failure -O ctest.all.log
```
```