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
forEach is non-blocking. After calling forEach_conv_() then rs.finish() api should be called for accurate per-stage timing, otherwise the kernel may be not be completed when collecting the end time.
The program should avoid rs.finish if precision per-stage timing is not needed as it can slow down execution.
The text was updated successfully, but these errors were encountered:
forEach is non-blocking. After calling forEach_conv_() then rs.finish() api should be called for accurate per-stage timing, otherwise the kernel may be not be completed when collecting the end time.
The program should avoid rs.finish if precision per-stage timing is not needed as it can slow down execution.
The text was updated successfully, but these errors were encountered: