gobhardw/swdev 479013 (#1014)

* test pr for ROCm sdk tests

* SWDEV-479013 doc updates

[ROCm/rocprofiler-sdk commit: 5bec9f66b6]
Este commit está contenido en:
Gopesh Bhardwaj
2024-08-13 23:35:12 +05:30
cometido por GitHub
padre 02ba6d0cdc
commit ecdc81553c
Se han modificado 11 ficheros con 47 adiciones y 30 borrados
@@ -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
```
```