rocprofiler icon indicating copy to clipboard operation
rocprofiler copied to clipboard

ROC profiler library. Profiling with perf-counters and derived metrics.

Results 89 rocprofiler issues
Sort by recently updated
recently updated
newest added

HIP/HSA are now correct in all trace options.

This is used in-chain with other tools, and could be misinterpreted

This fixes a minor typo in the main rocprof help text (#96): cnocurrent -> concurrent

Fix issue https://github.com/ROCm-Developer-Tools/rocprofiler/issues/89

Added total amount of memory transferred through L2 cache for gfx908 target

Added explicit check for infinite recursion in EnableExecutableTracking function. It's impossible to guarantee any order of EnableExecutableTracking and InitHsaApiTable. Removing null check for hsa_api_.hsa_init will add dependency from number and...