[Numpy-discussion] Enhancement for AArch64 SVE instruction set

2022-05-19 Thread kawakami . k
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? ___ NumPy-Discussion mailing list -- numpy-discussio

[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 enviro

[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