ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
Other
115 stars 43 forks source link

Missing `#include <cstdint>` with GCC 13 #111

Open tpkessler opened 1 year ago

tpkessler commented 1 year ago

Hi! I'm packaging ROCm for Arch Linux. With GCC 13, cstdint must be included to use types like uint8_t.