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

Add aten::avg_pool2d/avg_pool2d_backward #434

Merged
merged 23 commits into from
Jun 30, 2024
Merged

Add aten::avg_pool2d/avg_pool2d_backward #434

merged 23 commits into from
Jun 30, 2024

Conversation

chunhuanMeng
Copy link
Contributor

ops need to support in this pr

  • avg_pool2d
  • avg_pool2d_backward

@chunhuanMeng
Copy link
Contributor Author

image

@fengyuan14 fengyuan14 changed the title Add op AvgPool2d forward/backward Add aten::avg_pool2d/avg_pool2d_backward Jun 19, 2024
@huaiyuzh huaiyuzh closed this Jun 24, 2024
@chunhuanMeng chunhuanMeng reopened this Jun 24, 2024
@fengyuan14 fengyuan14 marked this pull request as draft June 29, 2024 05:43
@fengyuan14 fengyuan14 marked this pull request as ready for review June 29, 2024 06:04
@fengyuan14
Copy link
Contributor

Aligned with CUDA. Will skip the fail case,
image

@fengyuan14
Copy link
Contributor

Aligned with CUDA. Will skip the fail case, image

avg_pool1d is not listed in supported list, so the dtypes in test follow CPU definition. Retrieve the case, once avg_pool1d is enabled.

@fengyuan14 fengyuan14 added this pull request to the merge queue Jun 30, 2024
Merged via the queue into main with commit c0292ac Jun 30, 2024
2 checks passed
@fengyuan14 fengyuan14 deleted the add_avg_pool2d_op branch June 30, 2024 03:04
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.

5 participants