[Numpy-discussion] numexpr
by Tim Hochberg other posts by this author
Mar 8 2006 5:12PM messages near this date
Re: [Numpy-discussion] numexpr thoughts
|
[Numpy-discussion] numexpr: optimizing pow
I made some more changes to numexp including adding the optimiztions to
pow that we earlier added to numpy. It would be nice to have some way to
select the level of optimization. That way, we could work on very
aggressive optimization without worrying about messing someone up later
who would can't tolerate the moderate accuracy loss. The only idea I
have thus far is to create a new Expression each time, instead of just
using the precreated 'E'. This would allow us to pass in a context to
Expression and this could be passed onto the Nodes that were
subsequently created from it so that it would be available where it's
needed.
That may not make any sense to anyone but David, but I invite you look
numexpr/expression.py and numexpr/compiler.py. Then it'll be clear
as,..., well clear as something.
-tim
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@[...].net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion
Thread:
Tim Hochberg
David M. Cooke
Tim Hochberg
Tim Hochberg
David M. Cooke
Tim Hochberg
Tim Hochberg
Tim Hochberg
David M. Cooke
Robert Kern
David M. Cooke
|