Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support prepacked weights for non-MatMul operators #484

Open
5 tasks
robertknight opened this issue Dec 25, 2024 · 0 comments
Open
5 tasks

Support prepacked weights for non-MatMul operators #484

robertknight opened this issue Dec 25, 2024 · 0 comments
Labels
performance Issues that affect model inference or loading performance

Comments

@robertknight
Copy link
Owner

#483 added initial support for prepacked weights to MatMul and fused MatMul operators. This needs to be extended to support prepacked weights for other operators:

  • Conv
  • ConvTranspose
  • LSTM
  • GRU
  • MatMulInteger (no point doing this until fast kernels have been added)
@robertknight robertknight added the performance Issues that affect model inference or loading performance label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Issues that affect model inference or loading performance
Projects
None yet
Development

No branches or pull requests

1 participant