Skip to content

Commit

Permalink
examples: check reductions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Jan 5, 2021
1 parent 47a9885 commit 9294403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
shell: bash -l {0}
run: |
python examples/misc/linalg.py mat-vec mat-mat-sum transpose-mat-vec
python examples/misc/linalg.py mat-vec -o mat-mat -o transpose-mat-vec -o
- name: CFD examples
shell: bash -l {0}
Expand Down
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 ('blocking,simd,openmp', {'blockinner': True})
return 'advanced'
else:
return 'noop'

Expand Down

0 comments on commit 9294403

Please sign in to comment.