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

More data types supported in cv::cuda::transpose() #3371

Open
wants to merge 9 commits into
base: 4.x
Choose a base branch
from

Commits on Nov 9, 2022

  1. More data types supported in cv::cuda::transpose()

    proposal for #22782
    chacha21 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    51180e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. added fast paths

    Fixed a typo in gridTranspose() usage
    Added fast path for single cell/row/col matrix
    Throw error for empty matrix instead of no-op
    Code style
    chacha21 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    be2dd8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3eb3d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. split (rows == 1) and (cols == 1) cases

    if (rows == 1), the stride has no importance for the reshape()
    chacha21 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    00abef3 View commit details
    Browse the repository at this point in the history
  2. code clarity

    chacha21 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e5b152e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. updated according to suggestions

    more obvious elemSize test logic to dispatch to the right nppiTranspose variant
    added modern NPP _ctx stream support
    chacha21 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    4f0e470 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    43a1691 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    29cb16a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    3672694 View commit details
    Browse the repository at this point in the history