ROCm / rocprofiler

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

github issue#74 fix #82

Open kikimych opened 2 years ago

kikimych commented 2 years ago

Intercept Queue callbacks are checked for null. If the user forgets to initialize one of them, random code could be called. That leads to very tricky memory corruption bugs. I met the condition when the program restarted in the context pool destructor.