-
Notifications
You must be signed in to change notification settings - Fork 60
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
Optimize zoom out implementation with separate padding kernel #125
Conversation
@chirayuG-nvidia |
@shekhardw thanks for the review. Added unit test for this case. |
@jakirkham can you please review and merge this PR? |
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.
Looks good to me. I notice one apparently unused variable in the new kernel
python/cucim/src/cucim/core/operations/intensity/kernel/cuda_kernel_source.py
Outdated
Show resolved
Hide resolved
rerun tests |
@gpucibot merge |
Optimizing zoom-out image transform with work efficient padding kernel. Changes are simple on python side, existing unit tests will suffice and are passing.
CC: @shekhardw @gigony