Skip to content

Commit

Permalink
benchmark also supports double precision
Browse files Browse the repository at this point in the history
  • Loading branch information
springer13 committed Aug 16, 2017
1 parent 67c0663 commit 5d96590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmark/python/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
alpha = float(args.alpha)
if( args.beta):
beta = float(args.beta)
if( args.floatType ):
if( args.floatType == 'double' ):
floatType = np.float64


sizes = {}
Expand Down

0 comments on commit 5d96590

Please sign in to comment.