roctracer
roctracer copied to clipboard
ROCm Tracer Callback/Activity Library for Performance tracing AMD GPU's
### Problem Description Hi, We are using Roctracer for capturing GPU events via roctracer_record_t and `hcc_cb_properties.buffer_callback_fun = activity_callback;`. However, we've found that events have device_id starting from 2 to 9....
On Fedora, where hip is installed as an rpm, its cmake files can not be found and are reported as an error. CMake Error at test/CMakeLists.txt:32 (find_package): No "FindHIP.cmake" found...
Do not strdup message when pushing to stack of std::strings. Use emplace to avoid unnecessary std::string moves/copies.
refined the language
Bug: https://bugs.gentoo.org/808049
`()` as a function argument list in C is equivalent to `(...)`, i.e, in C you get at most a warning, if it is called with too many arguments. Clarify...
If trying to compile roctracer without root access, virtual environments may define their own Python binaries. Since CMake executes the .py files directly, the `#!` header enforces one binary to...
Hi, we are combining a couple of ROCm libraries in U.S. Exascale Computing Project libraries and applications. We would like to include `roctracer` in ECP [AMReX](https://github.com/AMReX-Codes/amrex/) and dependent applications. To...
Following simple vector c++ without tracer code support will compile and run ok: hipcc ; ./a.out if I add roctracer_ext.h include and compile with roctracer library, bunch of errors spit...