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

BRIL benchmark: General Binary Matrix Multiplication algorithm using packed matrix representation #358

Merged
merged 9 commits into from
Feb 7, 2025

Conversation

UnsignedByte
Copy link
Contributor

Adds a short algorithm to multiply two matrices represented by packed integers. Entries in the matrix are single bits.

@sampsyo
Copy link
Owner

sampsyo commented Jan 31, 2025

Looks like the type checker has a suggestion. Also, could you please add a brief description to the docs?

@UnsignedByte
Copy link
Contributor Author

Looks like I just had some issues with newlines, this should be ready now 🤞

@sampsyo
Copy link
Owner

sampsyo commented Feb 7, 2025

Excellent; thanks!

@sampsyo sampsyo merged commit a0d0cff into sampsyo:main Feb 7, 2025
5 checks passed
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