Subject: Re: [pypy-dev] Numpy on PyPy : cpyext
Hi Yash
Is your software open source? I'm happy to check it out for you
I think the c-level profiling for vmprof is relatively new, you would need to
use pypy nightly in order to get that level of insight.
Additionally, we're working
Hi Yash
Is your software open source? I'm happy to check it out for you
I think the c-level profiling for vmprof is relatively new, you would
need to use pypy nightly in order to get that level of insight.
Additionally, we're working on cpyext improvements *right now* stay
tuned.
If there is a g
Hi Everyone,
I am using numpy on pypy to train a deep neural network. For my workload numpy
on pypy is taking twice the time to train as numpy on Cpython. I am using Numpy
via cpyext.
I read in the documentation, "Performance-wise, the speed is mostly the same as
CPython's NumPy (it is the sam