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

Add reference kernel support for SVDF op with all 8 bit weights and state #506

Merged
merged 8 commits into from
Sep 21, 2021

Conversation

rockyrhodes
Copy link
Contributor

@rockyrhodes rockyrhodes commented Sep 15, 2021

The extra memory usage comes from 7 OpDataSvdf structs. I only added 4 bytes to each, but with 16-byte alignment I got unlucky and added 16 bytes total to each of these allocations.

BUG=179816930

@advaitjain advaitjain changed the title Add reference kernel support for SVDF op with all 8 bit weights and s… Add reference kernel support for SVDF op with all 8 bit weights and state Sep 20, 2021
advaitjain
advaitjain previously approved these changes Sep 20, 2021
advaitjain
advaitjain previously approved these changes Sep 20, 2021
@rockyrhodes rockyrhodes enabled auto-merge (squash) September 20, 2021 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants