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

ARM gemm #41

Merged
merged 4 commits into from
Oct 2, 2024
Merged

ARM gemm #41

merged 4 commits into from
Oct 2, 2024

Conversation

mkatliar
Copy link
Owner

@mkatliar mkatliar commented Oct 1, 2024

  • gemm() tests pass on Raspberry Pi
  • gemm() benchmarks work on Raspberry Pi

@mkatliar mkatliar linked an issue Oct 1, 2024 that may be closed by this pull request
@mkatliar mkatliar changed the title Arm gemm ARM gemm Oct 1, 2024
@mkatliar mkatliar requested a review from roversch October 1, 2024 13:22
@@ -29,22 +30,25 @@ namespace blast :: testing
for (size_t n = 1; n <= 20; n += 1)
for (size_t k = 1; k <= 20; ++k)
{
// Init Blaze matrices
// Init matrices
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superfluous comment

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@mkatliar mkatliar merged commit 273ab3a into master Oct 2, 2024
2 checks passed
@mkatliar mkatliar deleted the arm_gemm branch October 2, 2024 07:26
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.

Make gemm() benchmarks work on ARM
2 participants