Skip to content

Commit

Permalink
Increase power benchmark to 100 iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavvb committed Aug 4, 2016
1 parent eaa4e80 commit 93d787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imperative/power_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
env = imperative.Env(tf)

n = 2024
num_iters = 10
num_iters = 100
print("Trying %d power iterations with %d x %d matrices" %(num_iters, n, n))

n_ops = n**3+n*n*(n-1) # n**3 muls, n**2*(n-1) adds
Expand Down

0 comments on commit 93d787f

Please sign in to comment.