[Numpy-discussion] Re: Documentation Team meeting - Monday October 24 at 2pm UTC

2022-10-26 Thread Melissa Mendonça
I am in favor of alternating times for the Docs team meeting - making it a little bit more accessible for folks in other timezones :) Please keep an eye out for announcements, and if you have strong opinions on this let us know. I think we could start with alternating between 4pm UTC and noon UTC,

[Numpy-discussion] Re: How will Google DeepMind's AlphaTensor effect numpy

2022-10-26 Thread Ilhan Polat
Moreover, not to mention the result is mostly valid for mod2 aritmetic; something the authors chose to mention it in the fine print causing this, a bit overblown in my opinion, excitement. So for now it seems like we don't need to take action for regular matmul. On Wed, Oct 26, 2022, 16:03 Rober

[Numpy-discussion] Re: How will Google DeepMind's AlphaTensor effect numpy

2022-10-26 Thread Robert Kern
On Wed, Oct 26, 2022 at 9:31 AM wrote: > Hello! > > I was curious on how AlphaTensor will effect NumPy and other similar > applications considering it has found a way to perform 3x3 matrix > multiplication efficiently. > https://www.deepmind.com/blog/discovering-novel-algorithms-with-alphatensor.

[Numpy-discussion] How will Google DeepMind's AlphaTensor effect numpy

2022-10-26 Thread canhtart
Hello! I was curious on how AlphaTensor will effect NumPy and other similar applications considering it has found a way to perform 3x3 matrix multiplication efficiently. https://www.deepmind.com/blog/discovering-novel-algorithms-with-alphatensor. I am not even sure how NumPy does this under th