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

Using objectFifo link to access the shared memory between compute tiles #1814

Merged
merged 52 commits into from
Nov 15, 2024

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    d724fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfeeeaa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b5cc5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b96ed4 View commit details
    Browse the repository at this point in the history
  3. Example code

    pvasireddy-amd committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3b1b02e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dff1349 View commit details
    Browse the repository at this point in the history
  5. clang format

    pvasireddy-amd committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    110910d View commit details
    Browse the repository at this point in the history
  6. Removing unnecessary

    pvasireddy-amd committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cf5035b View commit details
    Browse the repository at this point in the history
  7. Lit test change

    pvasireddy-amd committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e0ec2ca View commit details
    Browse the repository at this point in the history
  8. Python format

    pvasireddy-amd committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    14659dd View commit details
    Browse the repository at this point in the history
  9. Python format

    pvasireddy-amd committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    08bce2e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Cleanup of if-else

    pvasireddy-amd committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    55c7d77 View commit details
    Browse the repository at this point in the history
  2. Clang format

    pvasireddy-amd committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    21cdf1e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    0fe5c94 View commit details
    Browse the repository at this point in the history
  2. Updated with main

    pvasireddy-amd committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    70c8b9f View commit details
    Browse the repository at this point in the history
  3. Naming

    pvasireddy-amd committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    16990f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    9a5f0cc View commit details
    Browse the repository at this point in the history
  2. Name change

    pvasireddy-amd committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5c8f609 View commit details
    Browse the repository at this point in the history
  3. More test cases

    pvasireddy-amd committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0814a51 View commit details
    Browse the repository at this point in the history
  4. formatting

    pvasireddy-amd committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9d4410a View commit details
    Browse the repository at this point in the history
  5. CHECK

    pvasireddy-amd committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    07ac11c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a60ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63e52c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21b5a0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b41a324 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5d41eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77513c8 View commit details
    Browse the repository at this point in the history
  12. Revert "Checking the flags that caused the issue"

    This reverts commit 77513c8.
    pvasireddy-amd committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    29cf679 View commit details
    Browse the repository at this point in the history
  13. Maybe clang version

    pvasireddy-amd committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1db8fbf View commit details
    Browse the repository at this point in the history
  14. Revert "Maybe clang version"

    This reverts commit 1db8fbf.
    pvasireddy-amd committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a3bd519 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge branch 'dyn_objFifo_fix' of https://github.com/Xilinx/mlir-aie

    …into link_with_shared_mem
    pvasireddy-amd committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6a0aa83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b083a6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb474a View commit details
    Browse the repository at this point in the history
  4. Moving to test folder

    pvasireddy-amd committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2d3d06a View commit details
    Browse the repository at this point in the history
  5. Change in file name

    pvasireddy-amd committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e145256 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f740fc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    c67e9be View commit details
    Browse the repository at this point in the history
  2. Copyright

    pvasireddy-amd committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7773462 View commit details
    Browse the repository at this point in the history
  3. Some changes

    pvasireddy-amd committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6e5c687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf957b5 View commit details
    Browse the repository at this point in the history
  5. Changed when merging

    pvasireddy-amd committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    77d5dcc View commit details
    Browse the repository at this point in the history
  6. Other changes

    pvasireddy-amd committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    65679ff View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. More cleanup

    pvasireddy-amd committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    997866c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2692821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8410d34 View commit details
    Browse the repository at this point in the history
  4. Formatting

    pvasireddy-amd committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d8923af View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Added core to the test

    pvasireddy-amd committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1c70c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75c61e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e195fe View commit details
    Browse the repository at this point in the history