You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the future works on astrasim about memory requires getting the original data dependency from the workload.
However, in the current implementation of ETFeeder the original data_deps will be mutated for recording dependency resolving.
Proposed Solution
Instead of directly mutating the data_deps in proto object, create another dependency list in the ETFeederNode or ETFeeder called unresolved_data_deps, which is mutatable and used to track the dependency resolving.
I will push a PR later to fix this issue.
The text was updated successfully, but these errors were encountered:
Problem Related to the Feature
One of the future works on astrasim about memory requires getting the original data dependency from the workload.
However, in the current implementation of ETFeeder the original data_deps will be mutated for recording dependency resolving.
Proposed Solution
Instead of directly mutating the
data_deps
in proto object, create another dependency list in the ETFeederNode or ETFeeder calledunresolved_data_deps
, which is mutatable and used to track the dependency resolving.I will push a PR later to fix this issue.
The text was updated successfully, but these errors were encountered: