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

[serialization] Add serialization support to generator interface #7792

Merged
merged 10 commits into from
Aug 28, 2023

Commits on Aug 21, 2023

  1. Add serialization support to Generator interface

    Derek Gerstmann committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5899e6f View commit details
    Browse the repository at this point in the history
  2. Clang format pass

    Derek Gerstmann committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    614a43a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Make target required when emitting a serialized pipeline (since schedule

    may be target dependent).
    Apply auto-scheduler before serialization so that schedules can be
    serialized.
    Derek Gerstmann committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e6d44e2 View commit details
    Browse the repository at this point in the history
  2. Fix enum ordering for hlpipe.

    Fix hlpipe comments.
    Add missing hlpipe enum to pyenums.
    Derek Gerstmann committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f6e2a2b View commit details
    Browse the repository at this point in the history
  3. Remove unused Serialization build_mode

    Derek Gerstmann committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ecdfc80 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    Derek Gerstmann committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b6c19ba View commit details
    Browse the repository at this point in the history
  5. Remove unused serializable flag.

    Remove redundant cpp_stub check.
    Fix comments.
    Derek Gerstmann committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ffaed78 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Safeguard emit_hlpipe calls with #ifdef WITH_SERIALIZATION

    Derek Gerstmann committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ef082ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1f71e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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