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

Remove dead code from et_replay/tools/et_replay.py #115

Closed
wants to merge 1 commit into from

Conversation

TaekyungHeo
Copy link
Contributor

Summary

Remove dead code from et_replay/tools/et_replay.py. I understand that et_replay should support replaying both computation operators and communication operators simultaneously. However, currently, et_replay does not properly support communication replay. As a step for refactoring, @briancoutinho commented out communication-related code from et_replay. I understand this was intended to ease the revival of the communication operator replay feature. However, this approach is not helpful because the interface to the communication operator is likely to undergo significant changes. Therefore, I am proposing this PR to remove the dead commented-out code and start from a clean slate.

Test Plan

Not needed. Removed commented-out code only.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 17, 2024
@TaekyungHeo TaekyungHeo marked this pull request as ready for review May 17, 2024 04:31
@briancoutinho
Copy link
Contributor

lgtm :) importing

@facebook-github-bot
Copy link
Contributor

@briancoutinho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@briancoutinho merged this pull request in 71b2285.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants