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

Multi-Dimensional Buffer Descriptors in AIE2 #547

Merged
merged 12 commits into from
Jul 26, 2023
Merged

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    64ca367 View commit details
    Browse the repository at this point in the history
  2. address PR comments on error handling in libXAIE calls

    do not expose AieRC type in aie_inc.cpp functions
    do not print redundant error messages
    use C++ raw string for code block
    rename __mlir_aie_print to __mlir_aie_verbose
    andrej committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    bc93750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea29402 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17ada1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b977d1 View commit details
    Browse the repository at this point in the history
  6. clang format

    andrej committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f27c563 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ba92bd View commit details
    Browse the repository at this point in the history
  8. fix merge conflict

    andrej committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f8af9f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a27c4e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f087d35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c94f84 View commit details
    Browse the repository at this point in the history
  12. n-dimensonal DMA: add tests; add documentation; add checks on buffer …

    …size, rank, and contiguity; reorder arguments to be highest dimension first
    andrej committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    eac2525 View commit details
    Browse the repository at this point in the history