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

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Jun 26, 2023

Use input_refs_tuple_type instead of input_values_tuple_type. Otherwise inputs will be copied into the tuple, needlessly.

@Ashawini27 You probably want this patch for your performance measurements. Without it, tiles are copied excessively, limiting memory bandwidth and causing contention in the memory manager.

I'm not even sure why this is exposed, we should clean up the public interface of the TT...

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]>
@evaleev evaleev merged commit 3f9087c into TESSEorg:master Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants