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

Reapply #3621 #3714

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Reapply #3621 #3714

wants to merge 2 commits into from

Conversation

wujingyue
Copy link
Collaborator

No description provided.

@wujingyue
Copy link
Collaborator Author

!test

Copy link

github-actions bot commented Jan 16, 2025

PR Reviewer Guide 🔍

(Review updated until commit 6b23637)

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 3 🔵🔵🔵⚪⚪
🧪 No relevant tests
⚡ Recommended focus areas for review

Logic Change

The cacheInputs function signature has been modified to include a new parameter propagate_allocation. This change may affect the behavior of the function and its usage in other parts of the code.

std::vector<TensorView*> cacheInputs(
    Fusion* fusion,
    bool unroll,
    bool propagate_allocation) {
Function Call Update

The cacheInputs function is now called with an additional argument propagate_allocation=true. This change may affect the behavior of the cacheInputsAndOutputs function.

scheduler_utils::cacheInputs(
    fusion_, /*unroll=*/true, /*propagate_allocation=*/true);
Function Call Update

The cacheInputs function is now called with an additional argument propagate_allocation=true. This change may affect the behavior of the cacheInputsAndOutputs function.

scheduler_utils::cacheInputs(
    fusion_, /*unroll=*/true, /*propagate_allocation=*/true);

@wujingyue
Copy link
Collaborator Author

!test

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.

1 participant