Update local-execution to newest task-spec#1625
Open
elliottslaughter wants to merge 68 commits intoflexflow:masterfrom
Open
Update local-execution to newest task-spec#1625elliottslaughter wants to merge 68 commits intoflexflow:masterfrom
elliottslaughter wants to merge 68 commits intoflexflow:masterfrom
Conversation
… equivalent dataflow, expand.
Refactor computation graph instance as DTG. Cut out more stuff that doesn't compile yet.
…taflow_graph_from_cg.
555b35b to
283d40a
Compare
f4ea220 to
194c638
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runs end-to-end tests, including loss function. Do not include cost estimator, that will be a separate PR.
Changes to
local-execution:ComputationGraphInstancenow captures all the necessary state to run a computationInitializedComputationGraphInstancehas been removedComputationGraphInstanceruns all passes, allocates and initializes the graphlocal_task_registry.his now static: no dynamic map is retainedChanges to
task-spec:DynamicValueAttrsnow stores aDynamicTensorAccessor(variant ofGenericTensorAccessorRandGenericTensorAccessorW)labelled_open_kwarg_dataflow_graph_from_dynamic_open_dataflow_graphmake_dynamic_open_dataflow_graph_from_cgperform_update_insertionFollow-up PRs:
This change is