-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[microNPU] Integrate rolling buffers in Arm(R) Ethos(TM)-U #10344
Conversation
e59295f
to
3050d19
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.
Broadly LGTM! (bar a nit)
A review from others are appreciated here!
066026b
to
9ccc78f
Compare
The CI problems have been fixed. Other reviews are appreciated. |
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.
Looks good to me! :) Some questions and suggestions...
python/tvm/relay/backend/contrib/ethosu/tir_to_cs_translator.py
Outdated
Show resolved
Hide resolved
9ccc78f
to
8914716
Compare
8914716
to
9576d56
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.
@NicolaLancellotti the previous changes still look good.
Just some concerns about the check_rolling_buffer function, otherwise LGTM.
9576d56
to
a2a185b
Compare
I rebased the first commit and I addressed the comments in the second one. |
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.
Mostly LGTM bar one request for docs.
Change-Id: Iede5e68981a063f6eb1e118433cc2c92e175af52
a2a185b
to
edaab27
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.
LGTM!
541aa25
to
e319e2b
Compare
Thanks @NicolaLancellotti @ekalda ! |
This pr adds support for rolling buffers in Arm(R) Ethos(TM)-U.