[Numpy-svn] [numpy/numpy] a204d0: ENH: Remove the need for temporary copies in numpy...

GitHub noreply at github.com
Sun Aug 25 06:12:27 EDT 2013


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: a204d08b8cc7b8ba4e9e26b70de62326be10b700
      https://github.com/numpy/numpy/commit/a204d08b8cc7b8ba4e9e26b70de62326be10b700
  Author: Nicolas Scheffer <scheffer at speech.sri.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

  Changed paths:
    M numpy/core/blasdot/_dotblas.c
    M numpy/core/tests/test_blasdot.py

  Log Message:
  -----------
  ENH: Remove the need for temporary copies in numpy.dot

in numpy core, modified the blas function call to handle
C and F order arrays without the need for copy.
This brings a significant speed up for matrix multiplication
Added a full test for matrix multiplication in test_blasdot
(cherry picked from commit ea037770e03f23aca1a06274a1a8e8bf0e0e2ee4)


  Commit: b8f6adcbac74315b0188c4554527c9a3d82becfb
      https://github.com/numpy/numpy/commit/b8f6adcbac74315b0188c4554527c9a3d82becfb
  Author: David Cournapeau <cournape at gmail.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  REL: fix version in maintenance branch.


Compare: https://github.com/numpy/numpy/compare/ee42d7b51620...b8f6adcbac74


More information about the Numpy-svn mailing list