Skip to content

Commit

Permalink
examples: reinstate optimisation options
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Apr 29, 2021
1 parent 0b904b3 commit 5662434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/misc/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def callback_shape(ctx, param, value):

def callback_opts(ctx, param, value):
if value is True:
return 'advanced'
return ('blocking', 'simd', 'openmp', {'blockinner': True})
else:
return 'noop'

Expand Down

0 comments on commit 5662434

Please sign in to comment.