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

Enhance max_pool2d functionality #2171

Open
mmanzoorTT opened this issue Feb 11, 2025 · 0 comments · May be fixed by #2176
Open

Enhance max_pool2d functionality #2171

mmanzoorTT opened this issue Feb 11, 2025 · 0 comments · May be fixed by #2176
Assignees

Comments

@mmanzoorTT
Copy link
Contributor

TTIR to TTIR decomposition for ttir.pooling to ttir.max_pool2d has some limitations and cannot handle all the uses cases. The following functionalities are required.

  1. Handle kernel size of 1
  2. Handle kernel size of (1, n)
  3. Handle stride size of 1
  4. Handle stride size of (1, n)
  5. Handle cases where kernel and strides are different.
@mmanzoorTT mmanzoorTT added this to the [Third Party] HLO + XLA milestone Feb 11, 2025
@mmanzoorTT mmanzoorTT self-assigned this Feb 11, 2025
@mmanzoorTT mmanzoorTT linked a pull request Feb 11, 2025 that will close this issue
1 task
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 a pull request may close this issue.

1 participant