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

Add optimized variant of CMN for HWC to CHW case #4972

Merged
merged 10 commits into from
Aug 7, 2023

Commits on Aug 2, 2023

  1. Add optimized Slice Hwc2Chw Normalize Mirror Pad kernel

    Integrate it into current CropMirrorNormalize,
    generalize the setup parts of the operator to allow for selection of the
    optimized implementations.
    
    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6f7bf8d View commit details
    Browse the repository at this point in the history
  2. Adjust test range

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ed77621 View commit details
    Browse the repository at this point in the history
  3. Cast adjustments

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    156df0d View commit details
    Browse the repository at this point in the history
  4. Fixup

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3efe225 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add the binsearch optimization

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cfb6c2c View commit details
    Browse the repository at this point in the history
  2. Fixup and cleanup

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    55195a2 View commit details
    Browse the repository at this point in the history
  3. Remove reduntant docstring section

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c199f0b View commit details
    Browse the repository at this point in the history
  4. Small fixes

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f7903f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Optimization of tile descriptors

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    faaee3d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Review fixes

    Signed-off-by: Krzysztof Lecki <klecki@nvidia.com>
    klecki committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9a91671 View commit details
    Browse the repository at this point in the history