Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid extra copy in PackedGemmMatrixB constructor
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. Differential Revision: D69564913
- Loading branch information