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

[FusedOp] Reduce memory usage for FusedOp #1518

Closed
wants to merge 6 commits into from
Closed

Conversation

jiazhihao
Copy link
Collaborator

@jiazhihao jiazhihao commented Oct 6, 2024

Description of changes:

This PR replaces fixed size arrays with std vectors in FusedOp::inference_task and FusedOp::forward_task to reduce the memory requirement for FusedOp.

Related Issues:

Linked Issues:

  • Issue #

Issues closed by this PR:

  • Closes #

This change is Reviewable

@lockshaw
Copy link
Collaborator

lockshaw commented Jan 9, 2025

Moved to flexflow/flexflow-serve#84

@lockshaw lockshaw closed this Jan 9, 2025
@lockshaw lockshaw deleted the fix_fused branch January 9, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants