633 B
633 B
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: $ export HIP_PATH= $ export HCC_HOME= $ 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