Only 50 more own test failures to solve for windows :)
Here is one I need some help with:
http://buildbot.pypy.org/summary/longrepr?testname=TestLowLevelType.%28%29.test_round_up_for_allocation&builder=own-win-x86-32&build=162&mod=translator.c.test.test_lltyped
The test is failin
We are down to the last 50 own tests on win32.
Here is one I need help with:
http://buildbot.pypy.org/summary/longrepr?testname=TestLowLevelType.%28%29.test_round_up_for_allocation&builder=own-win-x86-32&build=162&mod=translator.c.test.test_lltyped
The failure is that, like ARM, ssize == llmemory
https://gist.github.com/koo5/393746b19624debb2472
___
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev
Hi,
On 11 June 2014 07:32, Gayathri J wrote:
> I am trying to do a matrix dot using numpy.dot
>
> the numpy.dot on pypy seems lot slower than bumpy.do on python
> is there an alternative to using numpy.dot - so that i can do matrix.dot on
> pypy faster than cpython
For reference, I think you