-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat: create a tf2fhe pipeline #267
Conversation
Putting some notes here as I think about them:
|
After #308 the for loop bodies will contain affine.load / affine.store - which Question: At what point is more accurate to call these |
I think the types will be, in order of passes
It sounds like we'd want another bufferization pass... but that seems like it won't work if it starts from a mixed tensor/memref IR. I wonder if it makes sense to put bufferization later in the pipeline, after Yosys optimization? Then the types are |
d9160fd
to
787b8b3
Compare
787b8b3
to
2c60ea9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits, otherwise LGTM
b7ae74d
to
d274d1c
Compare
44ab842
to
985baf5
Compare
985baf5
to
24fc2a7
Compare
@j2kun pipeline cleaned up! |
24fc2a7
to
f1d4524
Compare
f1d4524
to
ae59267
Compare
Signed-off-by: Asra <asraa@google.com>
ae59267
to
ef46fc8
Compare
Blocked by #268