You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug appears when the divisor is a scalar, ceil(log2(divisor)) == 8 and the dividend length >= 64 or 32 or 16 depend on the enabled SIMD extension e.g. on AVX2 length >= 32
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue:
The bug appears when the divisor is a scalar, ceil(log2(divisor)) == 8 and the dividend length >= 64 or 32 or 16 depend on the enabled SIMD extension e.g. on AVX2 length >= 32
Reproduce the code example:
Error message:
No response
NumPy/Python version information:
1.21.3 3.9.5 (default, May 19 2021, 11:32:47)
[GCC 10.2.0]
related to #20025, #18766, #18178
The text was updated successfully, but these errors were encountered: