-
Notifications
You must be signed in to change notification settings - Fork 40
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
keep original data_deps while resolving graph #149
base: main
Are you sure you want to change the base?
Conversation
modified: src/feeder/et_feeder_node.cpp modified: src/feeder/et_feeder_node.h
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for you PR @changhai0109.
I agree with you that ASTRA-Sim needs this update.
Please check my comments!
Hi @changhai0109, May I request, you to ensure that the code passes all checks (File formatting, tests, etc.)? |
Target Issue #148
Summary
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. Here we introduce a duplication of data_deps called
unresolved_data_deps
which is specifically used for dependency resolving. This way we can keep original data_deps during resolving for purples of memory analysis.Test Plan
Test it with AstraSIM
run/example