-
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 conv-hwc yaml with table header #7445
base: master
Are you sure you want to change the base?
Conversation
351eb1c
to
6d39a08
Compare
-- 5d5cd76 by RahulSudarMCW <[email protected]>: Replace conv-hwc yaml with table header -- ad05494 by RahulSudarMCW <[email protected]>: Remove 'conv-hwc-microkernel-tester.h' -- 6d39a08 by RahulSudarMCW <[email protected]>: Declare microkernal to use table header -- 93d6323 by RahulSudarMCW <[email protected]>: Resolve failed checks FUTURE_COPYBARA_INTEGRATE_REVIEW=#7445 from RahulSundarMCW:conv-hwc 93d6323 PiperOrigin-RevId: 695826548
-- 5d5cd76 by RahulSudarMCW <[email protected]>: Replace conv-hwc yaml with table header -- ad05494 by RahulSudarMCW <[email protected]>: Remove 'conv-hwc-microkernel-tester.h' -- 6d39a08 by RahulSudarMCW <[email protected]>: Declare microkernal to use table header -- 93d6323 by RahulSudarMCW <[email protected]>: Resolve failed checks FUTURE_COPYBARA_INTEGRATE_REVIEW=#7445 from RahulSundarMCW:conv-hwc 93d6323 PiperOrigin-RevId: 695826548
-- 5d5cd76 by RahulSudarMCW <[email protected]>: Replace conv-hwc yaml with table header -- ad05494 by RahulSudarMCW <[email protected]>: Remove 'conv-hwc-microkernel-tester.h' -- 6d39a08 by RahulSudarMCW <[email protected]>: Declare microkernal to use table header -- 93d6323 by RahulSudarMCW <[email protected]>: Resolve failed checks FUTURE_COPYBARA_INTEGRATE_REVIEW=#7445 from RahulSundarMCW:conv-hwc 93d6323 PiperOrigin-RevId: 695826548
edd8c87
to
45f3170
Compare
45f3170
to
861cefe
Compare
TEST(ukernel, input_width_eq) \ | ||
{ \ | ||
auto tester = ConvHWCMicrokernelTester() \ |
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_FALGS(arch_flags)
Also, these macros are really big. Can you put these in helper functions, so the macro is smaller? Compiler errors and such in macros are a pain to work with.
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.
Could you please provide further clarification, as we are a bit unclear
No description provided.