ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
MIT License
132 stars 49 forks source link

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

Closed tpkessler closed 3 months 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.

harkgill-amd commented 3 months ago

Closing issue as issue was resolved in commit https://github.com/ROCm/rocprofiler/commit/aac324cc0c5a80ad15cb2a1c3ee1f363eb86e155.