Skip to content

[Bug] https://github.com/apache/tvm/blob/main/src/te/schedule/message_passing.cc#L417 #16855

@lixinmo

Description

@lixinmo

Logically, the code in src/te/schedule/message_passing.cc#L417:
if (is_zero(ana.Simplify(indexmod(inner_extent, fused_extent))) &&
is_zero(ana.Simplify(indexmod(fused.min(), fused_extent))))
should be:
if (is_zero(ana.Simplify(indexmod(fused_extent, inner_extent))) &&
is_zero(ana.Simplify(indexmod(fused.min(), fused_extent))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions