[pypy-dev] Micro NumPy & VecOpt 2.0
Richard Plangger
planrichi at gmail.com
Sun Jun 26 02:33:57 EDT 2016
Hi,
in case you have not heard: I'm currently working on the PPC and S390X
port for micro numpy. Thanks to IBM for funding this work.
I'm ~50% through the ppc operations to implement. The goal is to turn
this optimization on (by default) in the micro numpy module.
I recently had the idea to enhance the jit driver by giving it more
information about parallel execution. I'm *not* talking about the main
interp. loop. Having a vectorized loop that executes parallel in threads
would certainly push micronumpy performance.
Has somebody already tried something similar? I think it is a challenge,
but it should be possible (with a reasonable amount of work) to get a
simple thread fork/join model such as OpenMP provides.
Cheers,
Richard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20160626/720334fd/attachment.sig>
More information about the pypy-dev
mailing list