From cbc08d0976d02b759983a2b6c58cdf95d355f683 Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Wed, 20 Feb 2019 14:47:42 -0600 Subject: [PATCH] Update README.md [ROCm/roctracer commit: b15861dcc92a62c128de3c4ba53beb0273ab059d] --- projects/roctracer/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/roctracer/README.md b/projects/roctracer/README.md index 90d5a08d95..6c886ba703 100644 --- a/projects/roctracer/README.md +++ b/projects/roctracer/README.md @@ -8,13 +8,15 @@ The API provides functionality for registering the runtimes API callbacks and asyncronous activity records pool support. ``` -The library source tree: +## The library source tree +``` - inc/roctracer.h - Library public API - src - Library sources - core - Library API sources - util - Library utils sources - test - test suit - MatrixTranspose - test based on HIP MatrixTranspose sample +``` ## Documentation ```