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

Reenable micro speech test #689

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

j2kun
Copy link
Collaborator

@j2kun j2kun commented May 23, 2024

At this point I think it's fair to say that the old heir-tosa-to-arith pass is not the way we want to move forward. Rather, we will opporuntistically fuse some of the affine loops and optimize the bodies jointly with yosys, instead of always fully unrolling.

So this changes the heir-tosa-to-arith pipeline to simply be the prefix of the tosa-to-boolean-tfhe pipeline, without adding the secret related passes.

Fixes #176

At this point I think it's fair to say that the old heir-tosa-to-arith
pass is not the way we want to move forward. Rather, we will
opporuntistically fuse some of the affine loops and optimize the bodies
jointly with yosys, instead of always fully unrolling.

So this changes the heir-tosa-to-arith pipeline to simply be the prefix
of the tosa-to-boolean-tfhe pipeline, without adding the secret related
passes.

Fixes google#176
@j2kun j2kun requested a review from asraa May 23, 2024 02:41
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.

Re-enable micro_speech test
1 participant