Skip to content

Commit

Permalink
benchmark/scripts/SCIPY/ssyrk.py: Drop allocation of C in advance a…
Browse files Browse the repository at this point in the history
…s this is not required by Python.
  • Loading branch information
jakirkham committed Jan 19, 2016
1 parent 691672b commit 75993ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/scripts/SCIPY/ssyrk.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
def run_ssyrk(N,l):

A = randn(N,N).astype('float32')
C = randn(N,N).astype('float32')


start = time.time();
Expand Down

0 comments on commit 75993ff

Please sign in to comment.