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

#0: remove device arg from maxpool2d #13615

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

mywoodstock
Copy link
Contributor

Ticket

Link to Github Issue

Problem description

Provide context for the problem.

What's changed

Describe the approach used to solve the problem.
Summarize the changes made and its impact.

Checklist

  • Post commit CI passes
  • Blackhole Post commit (if applicable)
  • Model regression CI testing passes (if applicable)
  • Device performance regression CI testing passes (if applicable)
  • New/Existing tests provide coverage for changes

@mywoodstock mywoodstock force-pushed the asarje/maxpool-nodevice branch from b335ee8 to 82ba7a5 Compare October 9, 2024 23:08
@mywoodstock mywoodstock marked this pull request as ready for review October 9, 2024 23:12
@tt-rkim
Copy link
Collaborator

tt-rkim commented Oct 10, 2024

awesome , hope no pipes break lol i hate these kinds of changes, you never know what'll happen

@mywoodstock mywoodstock force-pushed the asarje/maxpool-nodevice branch from 1059ed3 to edce406 Compare October 10, 2024 18:51
@mywoodstock mywoodstock merged commit 554363d into main Oct 10, 2024
6 checks passed
@mywoodstock mywoodstock deleted the asarje/maxpool-nodevice branch October 10, 2024 18:52
@@ -43,7 +42,7 @@ Tensor MaxPool2DOp::invoke(uint8_t queue_id, const Tensor& input_tensor, uint32_
output_shape[1],
output_shape[2],
0, // out_channels -- not used
device,
input_tensor.device(),
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm a little bit suspicious about this change.. did the T3000/TG tests pass?

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.

7 participants