-
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
xRaddextexp - replaced yaml files with header table #7410
base: master
Are you sure you want to change the base?
xRaddextexp - replaced yaml files with header table #7410
Conversation
de662aa
to
e853c77
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.
Same comments as #7408
2dfbc74
to
1e33a73
Compare
tools/generate-raddextexp-test.py
Outdated
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.
Delete this file
212e426
to
d03ce4f
Compare
Update kernel declarations? |
-- e853c77 by nithesh <[email protected]>: Raddextexp - replaced yaml files with header table Replaced yaml files with header table for Raddextexp op -- 1e33a73 by nithesh <[email protected]>: Addressed review comments -- d03ce4f by nithesh <[email protected]>: Addressed review comments FUTURE_COPYBARA_INTEGRATE_REVIEW=#7410 from nitheshsrikanth-mcw:xnn_raddextexp 8af7373 PiperOrigin-RevId: 695826022
-- e853c77 by nithesh <[email protected]>: Raddextexp - replaced yaml files with header table Replaced yaml files with header table for Raddextexp op -- 1e33a73 by nithesh <[email protected]>: Addressed review comments -- d03ce4f by nithesh <[email protected]>: Addressed review comments FUTURE_COPYBARA_INTEGRATE_REVIEW=#7410 from nitheshsrikanth-mcw:xnn_raddextexp 8af7373 PiperOrigin-RevId: 695826022
-- e853c77 by nithesh <[email protected]>: Raddextexp - replaced yaml files with header table Replaced yaml files with header table for Raddextexp op -- 1e33a73 by nithesh <[email protected]>: Addressed review comments -- d03ce4f by nithesh <[email protected]>: Addressed review comments FUTURE_COPYBARA_INTEGRATE_REVIEW=#7410 from nitheshsrikanth-mcw:xnn_raddextexp 8af7373 PiperOrigin-RevId: 695826022
Replaced yaml files with header table for Raddextexp op
8af7373
to
3388b56
Compare
3388b56
to
b7c0f50
Compare
#define XNN_TEST_RADDEXTEXP_ELEMENT_DIV(ukernel, arch_flags, element_tile, ...) \ | ||
TEST(ukernel, element_gt) \ | ||
{ \ | ||
for (size_t element_size = element_tile * 2; element_size < element_tile * 10; element_size += element_tile) { \ |
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.
TEST_REQUIRES_ARCH_FLAGS(arch_flags)
?
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.
Thanks for pointing out the missing TEST_REQUIRES_ARCH_FLAGS(arch_flags). The issue with the illegal instruction for AVX-512 has now been resolved and now the tests are passing.
No description provided.