Skip to content
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

Add CUDA conv2d for NHWC layout #4737

Merged
merged 1 commit into from
Jan 20, 2020
Merged

Conversation

alexgl-github
Copy link
Contributor

Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.

@vinx13 vinx13 self-assigned this Jan 18, 2020

def _callback(op):
if op.tag == 'conv2d_nhwc':
schedule_direct_cuda(cfg, s, op.output(0))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does the direct template works for nhwc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it does. The tests are also passing.

@vinx13 vinx13 merged commit ee0af84 into apache:master Jan 20, 2020
@vinx13
Copy link
Member

vinx13 commented Jan 20, 2020

@alexgl-github Thanks, this is merged

@alexgl-github alexgl-github deleted the conv_nhwc branch January 29, 2020 16:08
alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 26, 2020
alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 28, 2020
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants