Skip to content

Commit

Permalink
Silence warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
sv2518 committed Jul 22, 2020
1 parent 8002142 commit 6420e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyop2/codegen/rep2loopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def generate(builder, wrapper_name=None):
lang_version=(2018, 2),
name=wrapper_name,
# TODO, should these really be silenced?
silenced_warnings=["write_race*"])
silenced_warnings=["write_race*", "data_dep*"])

# prioritize loops
for indices in context.index_ordering:
Expand Down

0 comments on commit 6420e9e

Please sign in to comment.