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

Fix L1 cache OOM for untilize with unpadding #16805

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

Conversation

nardoTT
Copy link
Contributor

@nardoTT nardoTT commented Jan 16, 2025

Ticket

Link to Github Issue #16804

Problem description

In the current implementation of multi-core untilize with unpadding, the parallelization is only over the columns. This causes L1 OOM when the tensor has a large width

What's changed

Similar to tilize, we check the available space in L1, and run on a single core if the whole row doesn’t fit. Parallelization over different dimensions is to be added in the future

Checklist

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.

2 participants