Skip to content

Commit

Permalink
fix in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Jul 13, 2022
1 parent 9f80982 commit cf4e7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0077-async-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ for i in range(16):
sch.annotate(i, "software_pipeline_stage", [0, 1])
...

# "0" refers to the first element in te list [0, 1] above, i.e. the first block
# "0" refers to the 0-th stage, corresponding to the first element in te list [0, 1].
sch.annotate(i, "software_pipeline_async_stages", [0])
```

Expand Down

0 comments on commit cf4e7ad

Please sign in to comment.