diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-09-22 15:37:17 +0200 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-09-22 15:37:17 +0200 |
commit | a4ae17cf8f576e954591892bf99de1dda7ee5961 (patch) | |
tree | a3ec88b0509e93bab23c0ac0de215fc802651d8e /numpy/array_api/_utility_functions.py | |
parent | 2524a53ba30c1207770a27a513eb18a33837a145 (diff) | |
download | numpy-a4ae17cf8f576e954591892bf99de1dda7ee5961.tar.gz |
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 gh-22262
Diffstat (limited to 'numpy/array_api/_utility_functions.py')
0 files changed, 0 insertions, 0 deletions