-
Notifications
You must be signed in to change notification settings - Fork 376
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 lut yaml with table header #7446
base: master
Are you sure you want to change the base?
Conversation
e057adc
to
aa72ec7
Compare
test/x8-lut.cc
Outdated
// Auto-generated file. Do not edit! | ||
// Specification: test/x8-lut.yaml | ||
// Generator: tools/generate-lut-test.py | ||
|
||
|
||
#include <gtest/gtest.h> | ||
#include "xnnpack/common.h" | ||
#include "xnnpack/isa-checks.h" | ||
#include "xnnpack/lut.h" | ||
#include "lut-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.
If this is the only use of this header, just move the contents of it (and any associated .cc files) to be in this file directly.
Merge conflicts? |
Hi @dsharletg, while making the changes, I encountered an issue and wasn't able to resolve it today. I will revisit this and try to resolve it tomorrow. Thanks |
dd99901
to
bf008ab
Compare
Hi @dsharletg, we have resolved the conflicts. |
No description provided.