Skip to content

Dispatch 0 correctness bug #140

@EmilySillars

Description

@EmilySillars

Inside ConfigureForSnitch.cpp here,

     if (funcOp.getName() ==
            "main$async_dispatch_0_matmul_transpose_b_1x400x161_f64") {
          l1Tiles[1] = 40;
          // TODO: Switch to 82 and true once correctness bugs are fixed.
          l1Tiles[2] = 0;
          dualBuffer = false;
        }

I see a note about a correctness bug.

  • Was this bug fixed?

  • What is the behavior of this bug? Is it related to padding the column dimension of 161?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions