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

Amortize pinning/unpinning of memory. #21

Closed
kabicm opened this issue Feb 28, 2020 · 0 comments
Closed

Amortize pinning/unpinning of memory. #21

kabicm opened this issue Feb 28, 2020 · 0 comments
Assignees
Labels
performance-improvement Improve the performance
Projects

Comments

@kabicm
Copy link
Collaborator

kabicm commented Feb 28, 2020

Instead of pinning/unpinning of buffers within each local_multiply call, amortize it by reusing pinned buffers from the previous multiplication if possible. This can be done through the context.

@kabicm kabicm created this issue from a note in Release 2.0 (IN PROGRESS) Feb 28, 2020
@kabicm kabicm self-assigned this Feb 28, 2020
@kabicm kabicm added the performance-improvement Improve the performance label Feb 28, 2020
@kabicm kabicm moved this from IN PROGRESS to DONE in Release 2.0 Feb 29, 2020
@kabicm kabicm closed this as completed Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance-improvement Improve the performance
Projects
No open projects
Development

No branches or pull requests

1 participant