Skip to content

Bug report in SystolicWS.cc about _stat_systolic_bubble_cycle record ? #25

@hakukohaku

Description

@hakukohaku

In SystolicWS.cc, line 55 counts _stat_systolic_bubble_cycle with the specific code:
_stat_systolic_bubble_cycle += (_core_cycle - _compute_pipeline.back()->start_cycle + offset);

Is this a mistake? I think the sign before offset is wrong. It should be - instead, right? So should it actually be:
_stat_systolic_bubble_cycle += (_core_cycle - _compute_pipeline.back()->start_cycle - offset); ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions