Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin migrate ScalarQuantizer to simdlib
Summary: As a demo for Mengdi. The steps to fully migrate to simdlib are: 1. change all function interfaces to use the generic simd8float32 and friends prototypes -- make sure it compiles on fbcode. 2. make sure it also compiles on ARM 3. see which functions can be mirgrated to only use the generic codepath 4. benchmark if the simd emulated path is competitve with the scalar (for platforms without specific SIMD support) Differential Revision: D59395882
- Loading branch information