-
Notifications
You must be signed in to change notification settings - Fork 238
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
Codegen integration #3415
base: develop
Are you sure you want to change the base?
Codegen integration #3415
Conversation
…uped_conv_fwd_multiple_abd files from CK
{ | ||
return false; | ||
} | ||
if(!(problem.IsLayoutNHWC() || problem.IsLayoutDefault())) |
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.
only nhwc is supported or both nhwc and nchw are supported? Just curious
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.
This example only supports nhwc
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.
so can we just do if(!(problem.IsLayoutNHWC())
No description provided.