Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/102148
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 10 New Failures, 1 Unrelated FailureAs of commit 351390b with merge base 907cc6c ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Hi, can you please add a test for it in Since there is an OpInfo for Line 490 in 8751002 |
|
Also think you need to implement |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
@Berzeg , thanks for the PR. Can you address comments from @qqaatw . Please let us know if you need help. |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Re-opening this to take it forward. |
|
+1 for max_pool3d_with_indices and max_pool3d operations on mps |
|
if this is pending, let me know. I'll be happy to contribute |
Fixes #100674
Added mps support for forward / backward passes of maxpool3d.
As mentioned in the referenced issue, I'm utilizing the maxpool 4d op that is available from the metal library to achieve this.
cc: @mattiaspaul