Sayed Adel
Sayed Adel
Compile time detection of `ASIMDFHM` was fixed since `numpy==1.23.0rc1` via #20388, however, we still didn't support it yet within any of the current SIMD kernels, so been detect it or...
I'm not familiar with `paperless-ngx`, would please provide me the steps to reproduce the error on `gnu/linux`.
Compile-time sizeless SIMD extensions should be treated as it designed. providing compiled objects for each possible width (256, 512, 1024, 2048) going to increase the binary size and maintenance efforts....
Hi @kawakami-k, The `_simd` module (testing proposes) has been reimplemented in C++ and has become fully friendly with sizeless SIMD. check the following path(part of #2105): https://github.com/numpy/numpy/tree/efa6ebea6f88c64bcdd5b8d492c13c9cc30536d2/numpy/core/src/_simd I would suggest...
@Micky774, Could you please provide the full build log since I couldn't able to reproduce the error? try to remove any cache e.g. `ccache`, including removing the build dir.
> Do you know where I should add the tests for this? maybe within [numpy/core/tests/test_cpu_dispatcher.py] (https://github.com/numpy/numpy/blob/main/numpy/core/tests/test_cpu_dispatcher.py) but it will require loading the module in a separate process.
@magsol, As long as the error does not affect the workflow of the following procedures, then choosing to raise runtime-warning would make sense. according to Python's warning-doc `RuntimeWarning` is reserved...
@Micky774, to reproduce this error, you have to disable the dispatch-able features similar to what the smoke test does, for example: ```Bash python setup.py build --cpu-baseline=native --cpu-dispatch=none install --user python...
@Micky774, please let me know when it's ready for review.