-
Notifications
You must be signed in to change notification settings - Fork 412
QS8 / QU8 PReLU microkernels #7738
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
base: master
Are you sure you want to change the base?
Conversation
swamipreksha
commented
Jan 30, 2025
- Implementations for various ISAs:
- x86 AVX2
- Scalar ISA
- Unit tests
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
2adbcf3
to
4af1bc9
Compare
4af1bc9
to
cfac799
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.
Thank you for the PR, this is great work.
Just a few remaining minor nits.
aa81513
to
fee5c12
Compare
@dsharlet please let us know if any other change is required for approval of the PR. |
fee5c12
to
c0f4c29
Compare
I still think this is a good change, but it is failing tests, can you take a look? |
Thank you for the feedback. I'm looking into the test failures and working on a fix. |
7124c4f
to
66566ae
Compare
@dsharlet We have tried fixing the failing testcases. Kindly review. |
@dsharlet can we re-run the jobs since most of the jobs got cancelled as they exceeded the maximum execution time while awaiting a runner for 24h0m0s. |
66566ae
to
a2d741a
Compare
@dsharlet Kindly review and approve for merge. |
1 similar comment
@dsharlet Kindly review and approve for merge. |
a10ffd0
to
524c036
Compare
The change I requested looks good. However, there is now a merge conflict with CMakeLists.txt (sorry about that). The tests part of CMakeLists.txt moved to tests/CMakeLists.txt |
873c3db
to
c57e721
Compare
Thanks for the update. We have resolved the conflicts and pushed again. Kindly check. |
c57e721
to
5aa3aca
Compare
@dsharlet we have resolved the failing check with the latest push. Could you kindly retrigger the tests? |
When you push fixes, can you please not force-push? It makes it hard to see what you changed. |
This is failing some tests due to:
|
daef981
to
c49c84e
Compare
- Implementations for various ISAs: - x86 AVX2 - Scalar ISA - Unit tests Signed-Off-by: Ravi Kumar Soni <[email protected]> Signed-off-by: Swami, Preksha <[email protected]>
Remove trailing space
Removed unused variables and regenerated scalar files. Signed-off-by: Swami, Preksha <[email protected]>
@dsharlet we have added a new commit addressing this issue. Kindly check. |
-- 5f6a0a6 by Swami, Preksha <[email protected]>: QS8 / QU8 PReLU microkernels - Implementations for various ISAs: - x86 AVX2 - Scalar ISA - Unit tests Signed-Off-by: Ravi Kumar Soni <[email protected]> Signed-off-by: Swami, Preksha <[email protected]> -- cbfa3ad by Dillon <[email protected]>: Update scalar_microkernels.bzl Remove trailing space -- c49c84e by Swami, Preksha <[email protected]>: Update qs8-vprelu/scalar.c.in Removed unused variables and regenerated scalar files. Signed-off-by: Swami, Preksha <[email protected]> FUTURE_COPYBARA_INTEGRATE_REVIEW=#7738 from swamipreksha:qs8_qu8_vprelu c49c84e PiperOrigin-RevId: 747503284
Hi @dsharlet, for this PR, copybara-service pushed a commit last week with commit id: e33d847 as mentioned above which passed all the testcases (#8267) but it is now showing as closed with unmerged commits. The failures that we see in this PR were observed much before the copybara-service pushed that commit. Please let us know how to proceed further to get this PR merged. |