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

[Codegen][GPU] Add tiling cleanup pattern to fuse pad without zero gaurd #18748

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

Conversation

Groverkss
Copy link
Contributor

@Groverkss Groverkss commented Oct 10, 2024

This PR adds a way to fuse tensor.pad in ApplyGPUTilingLevel when we know the pad will not ever recieve an empty slice. This is useful, when the tensor.pad is padding to the tiling size that we are tiling with, and will never generate an empty slice.

@Groverkss Groverkss marked this pull request as ready for review October 14, 2024 12:15
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