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::adaptive_max_pool2d/backward and their variants #568

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

fengyuan14
Copy link
Contributor

No description provided.

@fengyuan14 fengyuan14 marked this pull request as ready for review July 11, 2024 12:06
const Tensor& input,
const Tensor& indices,
Tensor& grad_input) {
TensorArg grad_input_arg{grad_input, "grad_input", 1};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is "alertNotDeterministic"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the logic of kernel. So I put it in kernel level.

@fengyuan14 fengyuan14 added this pull request to the merge queue Jul 18, 2024
Merged via the queue into main with commit a0edb44 Jul 18, 2024
2 checks passed
@fengyuan14 fengyuan14 deleted the fy/adaptive_max_pool2d branch July 18, 2024 05:31
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