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

Improve memlet label and string initialization #1680

Merged
merged 11 commits into from
Oct 12, 2024
Merged

Commits on Oct 11, 2024

  1. Improve memlet label and string initialization

    Follow up on the discussion in #1678.
    
    Supports `src[expr] -> dst[expr]`, `src[expr] -> [expr]`, and `[expr] -> dst[expr]` initializations for memlets. Also improves memlet label printouts.
    
    @philip-paul-mueller @phschaad the expression mentioned in the other PR will now be printed as `[0, 0] -> B[0]` for clarity and can be reparsed.
    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1733237 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    35ee261 View commit details
    Browse the repository at this point in the history
  3. Update fortran_parser.py

    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fc61e56 View commit details
    Browse the repository at this point in the history
  4. Update bank_split.py

    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b4d5cfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7100b06 View commit details
    Browse the repository at this point in the history
  6. Update inlining_test.py

    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    31d5527 View commit details
    Browse the repository at this point in the history
  7. Update replacements.py

    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6220015 View commit details
    Browse the repository at this point in the history
  8. Update access_ranges_test.py

    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7d22ef7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41ff418 View commit details
    Browse the repository at this point in the history
  10. Update reference_test.py

    tbennun authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    40be012 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    599154d View commit details
    Browse the repository at this point in the history