-
Notifications
You must be signed in to change notification settings - Fork 375
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
Replace lut32norm yaml with table header #7444
base: master
Are you sure you want to change the base?
Conversation
test/u8-lut32norm.cc
Outdated
// | ||
// Auto-generated file. Do not edit! | ||
// Specification: test/u8-lut32norm.yaml | ||
// Generator: tools/generate-lut-norm-test.py | ||
|
||
#include <cstddef> | ||
|
||
#include <gtest/gtest.h> | ||
#include "xnnpack/lut.h" | ||
#include "lut-norm-microkernel-tester.h" |
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.
Remove this file and move the contents here (if it's the only use).
2bd79bf
to
fb85890
Compare
a25e8b0
to
d1db73a
Compare
I think this one is failing the import/copybara step due to a merge conflict, can you try merging master? |
a978818
to
a7253dd
Compare
d1db73a
to
9d58ad6
Compare
Yesterday, we resolved the merge conflicts through the web editor, but since that option wasn't available today, so handled them locally and pushed the updates. I hope this works smoothly, but please let me know if any further adjustments are needed. |
No description provided.