Matti Picus
Matti Picus
I don't know if I should open an issue on OpenBLAS, I am not sure they commit to correct handling of FPE registers. Here is the minimum reproducer I could...
@seiko2plus pointed out we need to add `-ftrapping-math` when using clang. Indeed, the reproducer above does not emit FP errors when using that flag 👍
rebased and updated to use OpenBLAS 0.3.30 compiled with `-ftrapping-math`
wheel building on macos is passing, now that OpenBLAS is built with `-ftrapping-math`. Apparently this is [known behaviour](https://github.com/llvm/llvm-project/issues/118265), see #19479, #24060. The PyPy failures are fixed on PyPy-HEAD, the wheel...
We don't yet support python3.14 nor CPython `main`. Fixes are welcome (kind of, if upstream seems to have settled on the new API), but don't expect 3.14 to work until...
On linux in the x86-simd-sort repo on latest `main`, do `git diff df68479f2d6 src/xss-common-argsort.h`. Also, `file` sees the mixed line endings in `src/xss-common-argsort.h`: ``` $ file src/xss-common-argsort.h src/xss-common-argsort.h: C++ source,...
I think the `TypeError: argument after * must be an iterable, not NoneType` error is due to using an old version of SWIG. Could you make sure you are using...
> SOABI : pypy36-pp73. Using pypy (pypy-41 - 5.10.0) I am confused. Are you using the latest release of PyPy (v7.3.1)? What is pypy-41 - 5.10.0?
I am not sure it will help, but if it is not too much trouble could you try with pypy3.6-v7.3.1 and pybind11 using this PR pybind/pybind11#2146?