[Numpy-discussion] Re: Enhancement for AArch64 SVE instruction set

2022-09-16 Thread matti picus
It seems cirrus-ci offers AWS EKS Graviton2 instances [0] and this is free for open source projects. Do you know if that offering has SVE-enabled CPUs? Matti [0] https://cirrus-ci.org/guide/linux/ On Fri, Sep 16, 2022 at 5:54 AM kawakam...@fujitsu.com wrote: > > Hi, > > It's been a long time sin

[Numpy-discussion] Re: Enhancement for AArch64 SVE instruction set

2022-09-16 Thread kawakam...@fujitsu.com
Hi, It's been a long time since I first contacted here, but I submitted my pull request about handling Arm64 SVE architecture yesterday. https://github.com/numpy/numpy/pull/22265 Since there may be no public CI environment that runs the SVE instruction set, I tested my source code on an inhouse

[Numpy-discussion] Re: Enhancement for AArch64 SVE instruction set

2022-05-26 Thread Ralf Gommers
On Thu, May 26, 2022 at 3:19 PM wrote: > Thank you Gommers > > I'd like to discuss this again when I finish SVE implementation. (It may > be one month later.) > Sounds great, thanks Kentaro. Cheers, Ralf > Cheers, > Kentaro > ___ > NumPy-Discussion

[Numpy-discussion] Re: Enhancement for AArch64 SVE instruction set

2022-05-26 Thread kawakami . k
Thank you Gommers I'd like to discuss this again when I finish SVE implementation. (It may be one month later.) Cheers, Kentaro ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@pyth

[Numpy-discussion] Re: Enhancement for AArch64 SVE instruction set

2022-05-20 Thread Ralf Gommers
On Fri, May 20, 2022 at 10:05 AM wrote: > Thanks for the reply. > > To tell the truth, I am working on a trial implementation for SVE. > https://github.com/kawakami-k/numpy/commits/sve > At this time, some test patterns still fail, so I'm fixing them. When I > finish this work, I would like to co

[Numpy-discussion] Re: Enhancement for AArch64 SVE instruction set

2022-05-20 Thread kawakami . k
Thanks for the reply. To tell the truth, I am working on a trial implementation for SVE. https://github.com/kawakami-k/numpy/commits/sve At this time, some test patterns still fail, so I'm fixing them. When I finish this work, I would like to contribute it to NumPy. As for my test environment, I

[Numpy-discussion] Re: Enhancement for AArch64 SVE instruction set

2022-05-19 Thread Matti Picus
On 19/5/22 16:50, kawakam...@fujitsu.com wrote: Hello, I am working on speeding up NumPy with the AArch64 SVE instruction set. I could not find a numpy implementation for SVE. Is there already a test implementation or discussion about SVE support? OpenBLAS apparently has SVE support from 0.3