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

Implement multiplexing strategy #638

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

Implement multiplexing strategy #638

wants to merge 16 commits into from

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    f269698 View commit details
    Browse the repository at this point in the history
  2. Make streams dispatchable.

    Kerilk committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c1c2a26 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Made events dispatchable.

    Kerilk committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    61b7d00 View commit details
    Browse the repository at this point in the history
  2. Made modules dispatchable.

    Kerilk committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    78b0b35 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Made kernels dispatchable.

    Kerilk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    41b158d View commit details
    Browse the repository at this point in the history
  2. Fix stream dispatch

    Kerilk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ec51132 View commit details
    Browse the repository at this point in the history
  3. Refactored macros

    Kerilk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0aa3d3b View commit details
    Browse the repository at this point in the history
  4. Made context dispatchable

    Kerilk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f001da4 View commit details
    Browse the repository at this point in the history
  5. Made graph dispatchable.

    Kerilk committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ba85f08 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Made graph exec dispatchable.

    Kerilk committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c34ce40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b433e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Made graph nodes dispatchable.

    Kerilk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f5b6c6e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

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

Commits on Oct 10, 2023

  1. Propose alternate dispatchable object approach

    ... without need of placement new and manual destructor
    invocation. New approach, applied on chipstar::Queue as demonstration,
    discouples the backend from the dispatchable object logic.
    linehill committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a44162c View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    910063a View commit details
    Browse the repository at this point in the history