76192d1cd33c72b4c0e54c5961364b589681d3f2
ROC Tracer library, Callback/Activity APIs
The library source tree:
- doc - Documentation
- 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
Environment example: $ export HIP_PATH=/opt/rocm/hip $ export HCC_HOME=/opt/rocm/hcc $ export CMAKE_PREFIX_PATH=/opt/rocm/lib:/opt/rocm/include/hsa
To build: $ cd /roctracer/build $ cmake .. $ make
To rebuild and run test: $ export ITERATIONS=<iterations number [100]> $ cd /roctracer/test/MatrixTranspose $ make
Description
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Other
1.1%