We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rewrite rules are useful to avoid intermediate allocations and perform more operations in a single BLAS call.
We can support at least a few standard forms, and now there is a way to test they are actualy applied.
Some functions used in rewrite rules may also be exposed in case some advanced user wants to use them directly
The text was updated successfully, but these errors were encountered:
If this makes the neo/dense module too big, we could think of moving these advanced functions and rewrites in a separate module
neo/dense
Sorry, something went wrong.
No branches or pull requests
Rewrite rules are useful to avoid intermediate allocations and perform more operations in a single BLAS call.
We can support at least a few standard forms, and now there is a way to test they are actualy applied.
Some functions used in rewrite rules may also be exposed in case some advanced user wants to use them directly
The text was updated successfully, but these errors were encountered: