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

Add Square supernodes #220

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Add Square supernodes #220

merged 1 commit into from
Oct 4, 2024

Conversation

smarr
Copy link
Member

@smarr smarr commented Oct 4, 2024

This PR adds support for the basic multiplication of a variable with itself for local and non-local variables, i.e.:

  • local * local
  • | l | [ l * l ]

It also supports multiplication and assigning result to local/non-local variables:

  • b := l * l

This is taking a bit of #185 to integrate directly.

This PR should benefit the following benchmarks:

  • Mandelbrot (mostly this one I believe)
  • NBody
  • PageRank
  • CD

This supports the basic multiplication of a variable with itself for local and non-local variables, i.e.:
   - `local * local`
   - `| l | [ l * l ]`

It also supports multiplication and assigning result to local/non-local variables:
   - `b := l * l`

Signed-off-by: Stefan Marr <[email protected]>
@smarr smarr mentioned this pull request Oct 4, 2024
4 tasks
@smarr smarr merged commit 4005487 into SOM-st:master Oct 4, 2024
2 checks passed
@smarr smarr deleted the supernode/square branch October 4, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant