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
[OpenMP] [OMPT] Reset timestamps after they are used.
As shown in ROCm/aomp#851, a certain OMPT
trace event may be assigned the timestamps of the previous event if this
event was not traced for some reason. To prevent such accidental
mis-attribution, reset timestamps to 0 after they are used. Currently, a
value of 0 is used to indicate an invalid timestamp so that the
timestamp consumer can detect and deal with this issue.
Change-Id: Id985ad4e4df08c3a5eb715aeb0d359964fa3797a
0 commit comments