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

[CUDNN] Add partitioning support for fused conv2d+bias+act #10997

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

mbaret
Copy link
Contributor

@mbaret mbaret commented Apr 13, 2022

cuDNN has kernel support for the pattern conv2d+bias+act, although as of v8 only relu is supported as the activation. This PR adds a function to wrap that kernel and exposes it via the BYOC pattern matching/partitioning mechanism.

cuDNN has kernel support for the pattern conv2d+bias+act,
although as of v8 only relu is supported as the activation.
@masahi masahi merged commit 1cf0c0a into apache:main Apr 14, 2022
Lucien0 pushed a commit to Lucien0/tvm that referenced this pull request Apr 19, 2022
)

cuDNN has kernel support for the pattern conv2d+bias+act,
although as of v8 only relu is supported as the activation.
altanh pushed a commit to altanh/tvm that referenced this pull request Apr 28, 2022
)

cuDNN has kernel support for the pattern conv2d+bias+act,
although as of v8 only relu is supported as the activation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants