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
Set the right HIP device before creating base event counter
Without any default device in the current thread, all base events
were associated with device 0, causing failures when used on other
devices. Fix this by calling hipSetDevice before recording the event.
0 commit comments