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

Reordering optimization in the resize scheduler #3693

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

Conversation

naoyam
Copy link
Collaborator

@naoyam naoyam commented Jan 10, 2025

Depends on #3674, #3675, #3679

Reorder tensors to align with the largest input. This should improve memory accesses by minimizing strides. Store throughputs may be lowered, but it should generally be more important to optimize load accesses.

@naoyam naoyam added the rope label Jan 10, 2025
@naoyam
Copy link
Collaborator Author

naoyam commented Jan 10, 2025

!test

@naoyam
Copy link
Collaborator Author

naoyam commented Jan 10, 2025

!test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant