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

RFC: more verbose, more readable TT construction #264

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2023

  1. Initial implementation of partial TT creation

    Idea: create a TT from a functor and add inputs, outputs, and names
    step by step to improve code readability.
    
    Signed-off-by: Joseph Schuchart <[email protected]>
    devreal committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    efef286 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Bump PaRSEC version for refactored GPU backend

    Signed-off-by: Joseph Schuchart <[email protected]>
    devreal committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1146810 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Enable the use of connect<i, j> for dynamic producer/consumer

    Signed-off-by: Joseph Schuchart <[email protected]>
    devreal committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c2f8836 View commit details
    Browse the repository at this point in the history