-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
Address CUDA-related errors #22652
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
Address CUDA-related errors #22652
Conversation
testONNXModels("split_neg_axis"); | ||
} | ||
|
||
// Mul inside with 0-d tensor, output should be A x 1, but is 1 x A. |
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.
Do we need to support such cases?
I still observe one test failure with my GF 1080, Cuda 10.2 and CuDNN 7.6.5. The same fault is visible on CI with removed suppression list.
|
1670548
to
d4af181
Compare
d4af181
to
dd14cf6
Compare
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.
👍 LGTM
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.
👍
Resolves #22623
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.