diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml index 10fbafbedc..1a31ef1ae3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/yaml/counter_defs.yaml @@ -5797,4 +5797,5 @@ SerializedAtomicRatio: expression: TCP_ATOMIC_TAGCONFLICT_STALL_CYCLES_sum/TCP_GATE_EN1_sum description: Ratio of cycles spent waiting on serialized atomic accesses caused by contention (access to the same atomic) over total number of cycles spent on atomic operations. Values - greater than 0.10 indicate contention is high and might be worth addressing. \ No newline at end of file + greater than 0.10 indicate contention is high and might be worth addressing. + diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp index b4aa831f0c..bcf1bad3fc 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp @@ -34,6 +34,7 @@ # include #endif +#include #include #include