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

SPMM: take input by reference, not by value #261

Merged
merged 3 commits into from
Jul 12, 2023

Commits on Jun 26, 2023

  1. SPMM: take input by reference, not by value

    Use input_refs_tuple_type instead of input_values_tuple_type.
    Otherwise inputs will be copied into the tuple, needlessly.
    
    Signed-off-by: Joseph Schuchart <[email protected]>
    devreal committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e1a238c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. SPMM: move tiles into send/broadcast

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

Commits on Jul 6, 2023

  1. fixup In::broadcast(keylist)

    evaleev committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    27af10b View commit details
    Browse the repository at this point in the history