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 repeat support for compute tiles #1842

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    92fa41b View commit details
    Browse the repository at this point in the history
  2. Add test

    abisca committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d8c177d View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary file

    abisca committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    edab881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d530ea9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    7cf14b1 View commit details
    Browse the repository at this point in the history
  2. Update lib/Dialect/AIE/Transforms/AIEObjectFifoStatefulTransform.cpp

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    AndraBisca and github-actions[bot] authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4404ae1 View commit details
    Browse the repository at this point in the history
  3. Fix tests. Remove generation of repeatCount attribute for compute til…

    …e DMAs from objectfifo repeatCount.
    abisca committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    26a5725 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'compute-tile-repeat' of https://github.com/Xilinx/mlir-aie

     into compute-tile-repeat
    abisca committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    839c11d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc2bcb0 View commit details
    Browse the repository at this point in the history
  6. Update lib/Dialect/AIE/Transforms/AIEObjectFifoStatefulTransform.cpp

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    AndraBisca and github-actions[bot] authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    afa59fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebaeaef View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Can see error with test.cpp locally; try redirecting stderr to stdout…

    … to see if I can see error in CI
    hunhoffe committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    44a240f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae94b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7b0d64 View commit details
    Browse the repository at this point in the history
  4. fix typo

    hunhoffe committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    46052e9 View commit details
    Browse the repository at this point in the history
  5. Deleted repeat from programming examples (this is replaced by test/np…

    …u-xrt/objectfifo_repeat); delete unused cmake files
    hunhoffe committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5ecaf9c View commit details
    Browse the repository at this point in the history
  6. Remove unused makefiles

    hunhoffe committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b26795d View commit details
    Browse the repository at this point in the history
  7. Update READMEs

    abisca committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aafda43 View commit details
    Browse the repository at this point in the history
  8. Fix test

    abisca committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5634023 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    532f016 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4a8109 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    636a0a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Documentation

    abisca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a709362 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'compute-tile-repeat' of https://github.com/Xilinx/mlir-aie

     into compute-tile-repeat
    abisca committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    085e7e2 View commit details
    Browse the repository at this point in the history