Re: [Numpy-discussion] Floating point precision expectations in NumPy

2021-07-28 Thread Gregor Thalhammer
> Am 28.07.2021 um 01:50 schrieb Sebastian Berg : > > Hi all, > > there is a proposal to add some Intel specific fast math routine to > NumPy: > >https://github.com/numpy/numpy/pull/19478 Many years ago I wrote a package https://github.com/geggo/uvml that makes the VML, a fast implementat

Re: [Numpy-discussion] New NEP: merging multiarray and umath

2018-03-11 Thread Gregor Thalhammer
> Am 09.03.2018 um 02:06 schrieb Nathaniel Smith : > > On Thu, Mar 8, 2018 at 1:52 AM, Gregor Thalhammer > mailto:gregor.thalham...@gmail.com>> wrote: >> >> Hi, >> >> long time ago I wrote a wrapper to to use optimised and parallelized math &g

Re: [Numpy-discussion] New NEP: merging multiarray and umath

2018-03-08 Thread Gregor Thalhammer
Hi, long time ago I wrote a wrapper to to use optimised and parallelized math functions from Intels vector math library geggo/uvml: Provide vectorized math function (MKL) for numpy I found it useful to inject (some of) the fast methods into numpy via np.set_nu