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

[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci] #391

Merged
merged 2 commits into from
Sep 2, 2022

Commits on Aug 17, 2022

  1. update changelog

    raydouglass committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8136f07 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Euclidean distance transform: fix bad choice of block parameters (#393)

    closes #392
    
    This PR fixes #392 and also makes it more friendly for use with user-provided `block_params`. In general, most users should not be providing that argument, but it can be used to compare different settings for performance optimization. In case of user-provided `block_params`, the implementation now automatically pad the shape to an appropriate least common multiple of the warp_size and the `m1`, `m2` and `m3` block parameters.
    
    More extensive unit tests over a range of image sizes and `block_params` settings are now implemented.
    
    Authors:
       - Gregory Lee (https://github.com/grlee77)
    
    Approvers:
       - Gigon Bae (https://github.com/gigony)
       - https://github.com/jakirkham
    grlee77 authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0b4f061 View commit details
    Browse the repository at this point in the history