Skip to content

[bugfix] Define the comment field of barrier

Dominic Kempf requested to merge comment-in-barriers into master

The scheduler uses it, so we need to set it:

File ".../loopy/codegen/control.py", line 154, in generate_code_for_sched_index
    sched_item.kind, sched_item.comment)
AttributeError: comment

Merge request reports