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
Summary:
X-link: facebookresearch/FBGEMM#1354
we used [] to get a pointer to ith entry in weights. This is very slow. In this diff, we use raw pointer access to get the ith pointer. This improve the write performance by 10x and bring write performance on the same scale as read performance.
Reviewed By: q10
Differential Revision: D76073692
0 commit comments