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

Const assignment map fusion #1685

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

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    08ffa3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9bada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94337ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e949e8c View commit details
    Browse the repository at this point in the history
  5. handle if the const assignments are behind an if branch that only

    depends on the map parameters.
    pratyai committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7fd9a55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08d04fa View commit details
    Browse the repository at this point in the history
  7. Don't use cache in tests.

    pratyai committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c787414 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87686ca View commit details
    Browse the repository at this point in the history
  9. if the ranges are not exactly the same, still try to fuse by adding a

      grid-stride loop as a guard.
    pratyai committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1f40577 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    654404c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02e8da2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e5bffe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    58246bc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    396c84b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8185fa8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d9cc94a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    23591bd View commit details
    Browse the repository at this point in the history
  18. If there was no path established between the parent and the strided

    maps, create empty ones.
    pratyai committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    73e8cd3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3342621 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e1bf9a6 View commit details
    Browse the repository at this point in the history