[Numpy-svn] [numpy/numpy] 4a2ad9: BUG: Iterator reduction buffering bug when the inn...

noreply at github.com noreply at github.com
Sat May 21 13:29:08 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/numpy/numpy

Commit: 4a2ad9eb8224f7356212854bcf905e94abe543ac
    https://github.com/numpy/numpy/commit/4a2ad9eb8224f7356212854bcf905e94abe543ac
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-05-21 (Sat, 21 May 2011)

Changed paths:
  M numpy/core/src/multiarray/nditer.c.src
  M numpy/core/tests/test_einsum.py

Log Message:
-----------
BUG: Iterator reduction buffering bug when the inner loop is bigger than the buffer size (ticket #1837)

The symptoms of this bug were showing up only for a greater number of operands
because einsum runs specialized loops for fewer operands and dimensions.





More information about the Numpy-svn mailing list