From 5d2539dd446db2a440cb43366ad44b9ef68d4ede Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Mon, 6 Jan 2020 13:42:44 -0600 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 71aa93aff0..e9cf8771cc 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,11 @@ Includes basic API: roctxMark, roctxRangePush, roctxRangePop. ``` ## Documentation -``` - API description: - ['roctracer' profiling C API specification](doc/roctracer_spec.md) - Code examples: - [test/MatrixTranspose_test/MatrixTranspose.cpp](test/MatrixTranspose_test/MatrixTranspose.cpp) - [test/MatrixTranspose/MatrixTranspose.cpp](test/MatrixTranspose/MatrixTranspose.cpp) -``` ## To build and run test ```