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
include a NULL global work size in timing tags (#427)
Previously, if the global work size was NULL, no information about
the global work size was included in a timing tag, unlike a NULL
global work offset or local work size. After this change, the global
work size is included in the timing tags also.
0 commit comments