Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add indexing to nodes #59

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Add indexing to nodes #59

merged 2 commits into from
Aug 1, 2024

Commits on Jul 31, 2024

  1. Add indexing to nodes

    This primary purpose of this PR is to annotate nodes
    with their access patterns based on the workgroup, tiling
    and MMA constraints. This is accomplished prior to
    expansion and propagates through expansion to the expanded nodes.
    
    Signed-off-by: Harsh Menon <harsh@nod-labs.com>
    harsh-nod committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ff5a81d View commit details
    Browse the repository at this point in the history
  2. Update based on Stan's comments

    - Removed add operation on index sequences
    - General cleanup / refactor
    
    Signed-off-by: Harsh Menon <harsh@nod-labs.com>
    harsh-nod committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9982ca0 View commit details
    Browse the repository at this point in the history