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

[CUDA] Add Conv fallback #22656

Closed
wants to merge 1 commit into from
Closed

[CUDA] Add Conv fallback #22656

wants to merge 1 commit into from

Conversation

tianleiwu
Copy link
Contributor

@tianleiwu tianleiwu commented Oct 30, 2024

Description

If cudnn frontend cannot handle a convolution, fallback to legacy API for Conv operator.

It's not sure whether it is needed or how much it can help. This for testing whether such fallback can help.

It is not intended to merge to main unless we are sure such fallback could help.

Motivation and Context

Follow up with #19470

Conv1D_Bias test error in windows cuda CI pipeline during enable NHWC ops.

@tianleiwu tianleiwu marked this pull request as draft October 30, 2024 05:50
@tianleiwu tianleiwu closed this Oct 31, 2024
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.

1 participant