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

[Unity][Layout] Add layout transformation analysis for PrimFunc #14066

Merged
merged 9 commits into from
Feb 23, 2023

Commits on Feb 21, 2023

  1. [Layout] Add layout transformation analysis for PrimFunc.

    This change adds a PrimFunc level analysis to suggest layout transformations to block and buffers in the PrimFunc based on the layout transformations to PrimFunc outputs.
    psrivas2 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9bd96ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfe8bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e57e4 View commit details
    Browse the repository at this point in the history
  4. fix warning message

    psrivas2 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0e03823 View commit details
    Browse the repository at this point in the history
  5. fix lint

    psrivas2 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    604b9b7 View commit details
    Browse the repository at this point in the history
  6. remove unused header

    psrivas2 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8237538 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Address comments.

    Moved some utility functions to support/array.h
    improve doc
    psrivas2 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    af5d232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee1a857 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. address comments

    psrivas2 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8e06fda View commit details
    Browse the repository at this point in the history