Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CPU EP] Refactor MatMulNBits to decouple type implementation (#22140)
### Description Decouple implementation for different A types to improve readability and maintainability. ### Motivation and Context As more types are added, the implementation can differ a lot between types. Besides, different hardware may require different implementations. This PR creates an abstraction boundary where different implemetation can plug in easily.
- Loading branch information