You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[proton] Fix the missing 'break' in RoctracerProfiler (#7661)
In apiCallback() function case HIP_API_ID_hipStreamEndCapture is
missing a 'break' and causing unintentional fall-through to
HIP_API_ID_hipLaunchKernel.
0 commit comments