Files
rocm-systems/projects/roctracer
Evgeny 1569311482 clean up
[ROCm/roctracer commit: af058c22ed]
2018-06-05 00:55:32 +00:00
..
2018-06-04 15:44:38 -05:00
2018-05-10 13:19:10 -05:00
2018-05-10 13:19:10 -05:00
2018-05-10 13:19:10 -05:00
2018-05-10 13:19:10 -05:00
2018-06-05 00:55:32 +00:00
2018-05-10 13:19:10 -05:00
2018-05-25 01:56:25 -05:00
2018-05-10 13:19:10 -05:00
2018-06-05 00:44:23 +00:00

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