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

Make things pub #292

Closed
wants to merge 26 commits into from
Closed

Make things pub #292

wants to merge 26 commits into from

Conversation

Narsil
Copy link

@Narsil Narsil commented Nov 1, 2023

No description provided.

ivarflakstad and others added 26 commits October 18, 2023 14:36
Improve gemm benchmark

Co-authored-by: Nicolas Patry <[email protected]>
…ments

Use MatrixBuffers for encode_gemm. Do not create result buffer within.
tl;dr. No idea why we need this, but if we don't the main thread
will attempt to release the `MatrixDescriptor` and fail.

This fix is a dirty hack which simply leaks those `MatrixDescriptor`.
Which *seems* ok since they get cleaned up by the releasepool at the end of
the program, but this is definitely a temporary workaround, which should
at least enable adding a few tests on the test suite.
@Narsil Narsil closed this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants