-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rust benchmarks that depend on childport references #38
Conversation
Why it's broken is explained here: lf-lang/lingua-franca#1228 (comment)
b9c9605
to
9f20d22
Compare
I think this is superseeded by #50. Please reopen if this not the case. |
This PR's changes are not contained within #50. It should be worked over and then merged. |
Oh, right. It actually added a benchmark. Sorry! |
@oowekyala do you want to take care of this? |
I've added a small checklist of remaining tasks for this PR. |
I'll take care of updating this |
There is a bug :( The start reaction is triggered by a port but the port has a missing value... Something probably went wrong during initialization but debugging this is hard.
9875a03
to
e98a385
Compare
APSP is now contained in #53 to be implemented later. This should be mergeable along with lf-lang/lingua-franca#1228, |
@oowekyala it looks like there is still a problem in the Matrix multiplication benchmark |
Looks like it's fixed now @cmnrd |
This implements the benchmarks that rely on referencing multiports as children in reactions. Things like:
This depends on lf-lang/lingua-franca#1228, which itself isn't finished yet.Remaining tasks