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
avoid extra copy in PackedGemmMatrixB constructor (#3691)
Summary:
X-link: facebookresearch/FBGEMM#767
This diff modifies one of the constructors, to allow pass in pmat instead of always copying the memory. It's uses' responsibility to make sure the passed in parameter is valid.
Reviewed By: hl475
Differential Revision: D69564913
0 commit comments