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
Rocm-7.2 encodes the device_id in the upper 32 bits of the counter id, so this comparison would fail for all GPUs except zero. Masking off the device_id by comparing only the lower 32 bits solves the problem.
0 commit comments