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 a fuzzer for sliding window schedules #8144

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Mar 7, 2024

  1. Add a fuzzer for sliding window schedules

    Works around issue #8140
    
    It would test hoist storage too, but that's disabled due to issue #8141
    abadams committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    49a14c8 View commit details
    Browse the repository at this point in the history
  2. Move some comments around

    abadams committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f465509 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    ebc8167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fbb8f5 View commit details
    Browse the repository at this point in the history
  3. Commit failing test

    abadams committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6cda1ea View commit details
    Browse the repository at this point in the history
  4. Blame it on #7819

    Overcompute on sliding window stages is problematic if garbage could be
    produced in the overcomputed region.
    abadams committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1a9fe8c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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