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

Disable custom 2D separable filtering kernels on windows #770

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Aug 26, 2024

We currently bundle some custom 2D convolution kernels not present in CuPy. We have additional testing of these internel kernels, but I found that on the Windows platform a subset of these tests currently fail.

This MR disables auto-selection of these kernels on the Windows platform (will always fall back to CuPy's cupyx.scipy.ndimage kernels in this case). The test cases that are currently known to fail are skipped for now on Windows. Longer term it would be good to resolve the issues with the kernels, restore the test cases and enable use of these kernels on Windows.

- disable failing test cases for these internal customers now that they are disabled
- if the test failures are resolved we can enable using these kernels on Windows again in the future
@grlee77 grlee77 added bug Something isn't working non-breaking Introduces a non-breaking change labels Aug 26, 2024
@grlee77 grlee77 added this to the v24.10.00 milestone Aug 26, 2024
@grlee77 grlee77 requested a review from a team as a code owner August 26, 2024 15:41
@jakirkham
Copy link
Member

Thanks Greg! 🙏

Can you please write up the test failure in a new issue so we have that for future reference?

@grlee77
Copy link
Contributor Author

grlee77 commented Aug 26, 2024

uploaded the test failures in #771

Copy link
Member

@jakirkham jakirkham left a comment

Choose a reason for hiding this comment

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

Thanks Greg! 🙏

Have a suggestion below

@grlee77
Copy link
Contributor Author

grlee77 commented Aug 31, 2024

@jakirkham, please approve if there are no further comments

@jakirkham
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit d66fcd0 into rapidsai:branch-24.10 Sep 1, 2024
37 checks passed
@jakirkham
Copy link
Member

Thanks for the ping Greg! 🙏

Missed the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants