Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Jan 28, 2025
1 parent ebb1424 commit 570f122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ir/dart/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def is_pure_output_stationary(template: Template, schedule: Schedule):
"""
Checks whether a schedule, outside of the template, is fully output
stationary. This is determined by making sure all parallel dimensions
preced the reduction dimensions in the output operand (last operand).
precede the reduction dimensions in the output operand (last operand).
"""
# fetch the pattern of the last operand
output_schedule = schedule[-1].pattern.A
Expand Down

0 comments on commit 570f122

Please sign in to comment.