Ewout ter Hoeven

Results 224 comments of Ewout ter Hoeven

> In my environment (512bit SVE), I've confirmed more than three times faster performance gain depending on the type of benchmark. This sounds really awesome! Are you able to share...

Some other projects that have implemented SVE2 support, which might or might not be useful resources: - Linux ARM Kernel: [arm64: Expose SVE2 features for userspace](https://patchwork.kernel.org/project/linux-arm-kernel/patch/[email protected]/) - https://github.com/halide/Halide/pull/6781 - https://github.com/openjdk/jdk/pull/8258

Arm’s client CPU cores targeted for 2023 devices have been announced, the [Cortex-X3](https://fuse.wikichip.org/news/6855/arm-unveils-next-gen-flagship-core-cortex-x3/), [Cortex-A715](https://fuse.wikichip.org/news/6853/arm-introduces-the-cortex-a715/) and refreshed [Cortex-A510](https://fuse.wikichip.org/news/6842/arm-refreshes-the-cortex-a510-squeezes-higher-efficiency/), and all boast faster SVE2 implementations (especially at the decoding stage). The maximum...

Awesome, thanks a lot! This is also great timing with the announcement of [Neoverse V2 and E2](https://www.anandtech.com/show/17575/arm-announces-neoverse-v2-and-e2-the-next-generation-of-arm-server-cpu-cores) CPU cores! Do you by any chance have any performance benchmarks? (see maybe...

Any way we can get wheels for Python 3.11 published to PyPI sooner than later? Either by building and adding them to the current 1.9.1 release, by creating a 1.9.2...

> * we need the `meson-python` 0.9.0 release [meson-python 0.9.0](https://github.com/FFY00/meson-python/releases/tag/0.9.0) was released Friday and is [available](https://pypi.org/project/meson-python/) on PyPI! **Edit:** I opened a PR #17131 to update meson-python and other build...

Since https://github.com/scipy/scipy/pull/17132 was merged, are Python 3.11 wheels now successfully building on the 1.9 branch?

Congratulations, and thanks for this effort!

Python 3.11 is now in beta, which means no new features will be added. - [Python 3.11.0b1 is now available](https://blog.python.org/2022/05/python-3110b1-is-now-available.html) - [What’s New In Python 3.11](https://docs.python.org/3.11/whatsnew/3.11.html)

Any update on this effort? Python 3.11 is now in the release candidate phase and will be released in two weeks. Many projects already support Python 3.11 and have wheels...