Skip to content

[P1] Handle only loop body acceleration in neura #234

@ShangkunLi

Description

@ShangkunLi

In the current neura dialect, we assume the kernel is always with loop-related control to ensure a secure start or exit.

However, we may also need to handle the following case:

affine.for (<start, step, bound>) {
  neura.kernel(<ins>) {
    <loop body>
  }
}

where <loop body> is pure computation ops, it is triggered by the outer counter.

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