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 (#3691)
Summary: Pull Request resolved: #3691 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 fbshipit-source-id: 64dcc64cce642d3b37212eb5cc5baea365085329
- Loading branch information