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
Preprocess: skip vec_commit_data when single core (#722)
As vec_commit_data is only used in vec_load_check, which will only
be called for multi-core. For less transmitted data, we skip
vec_commit_data for single core, same as load event.
0 commit comments