roctracer icon indicating copy to clipboard operation
roctracer copied to clipboard

ROCm Tracer Callback/Activity Library for Performance tracing AMD GPU's

Results 40 roctracer issues
Sort by recently updated
recently updated
newest added

### 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....

Under Investigation

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.

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...

Will README include the 'apt install' for roctracer ?

Documentation

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...