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

BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements #22384

Merged
merged 1 commit into from Oct 6, 2022

Commits on Oct 5, 2022

  1. BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements

    The iteration was simply using the wrong value, the larger value
    might even work sometimes, but then we do another iteration counting
    the remaining elements twice.
    
    Closes numpygh-22262
    seberg authored and charris committed Oct 5, 2022
    Copy the full SHA
    ad81a80 View commit details
    Browse the repository at this point in the history