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

Fix issue with transposing shape in CMSIS-NN batch matmul #2741

Merged

Conversation

ArmRyan
Copy link
Contributor

@ArmRyan ArmRyan commented Oct 30, 2024

BUG=#2740

@ArmRyan ArmRyan requested a review from a team as a code owner October 30, 2024 16:12
@TFLM-bot TFLM-bot removed the ci:run label Oct 31, 2024
@mansnils mansnils added the ci:run label Nov 5, 2024
@TFLM-bot TFLM-bot removed the ci:run label Nov 5, 2024
@suleshahid
Copy link
Collaborator

Is there any test to catch the issue? If no existing, could we add one, that fails without the fix?

@mansnils
Copy link
Contributor

mansnils commented Nov 6, 2024

Some more context.. This was actually caught by one of the unit tests. It was an out of bound read but with GCC it was actually passing by "luck". However not when using armclang. So it was actually seen during testing of this PR and without the fix this new tests will fail: #2750

@suleshahid
Copy link
Collaborator

Ah I see. Thanks for the context.

@mergify mergify bot merged commit 9245002 into tensorflow:main Nov 6, 2024
28 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.

4 participants