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

feat: Make the features testable and threadsafe. #290

Closed
wants to merge 19 commits into from

Conversation

Narsil
Copy link

@Narsil Narsil commented Oct 31, 2023

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.

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

Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
…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 Oct 31, 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