Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 6e05b62 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @mruberry. |
|
@pytorchbot revert -m "Broke FakeTensor tests on master, see: https://hud.pytorch.org/pytorch/pytorch/commit/1cb1c2c08cf8d4ce62d3d861b931df2e579872c0" -c landrace |
|
@pytorchbot successfully started a revert job. Check the current status here |
…79298)" This reverts commit 1cb1c2c. Reverted #79298 on behalf of https://github.com/suo due to Broke FakeTensor tests on master, see: https://hud.pytorch.org/pytorch/pytorch/commit/1cb1c2c08cf8d4ce62d3d861b931df2e579872c0
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
@mruberry your PR has been successfully merged. |
…#79298) Summary: Adds a `same_shape` util and updates maybe_broadcast to use it; previously maybe_broadcast was always broadcasting because its equality check was always failing. Pull Request resolved: #79298 Approved by: https://github.com/ezyang Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/ca845462a014a7f45c5a10a14421362f3a6da1a7 Reviewed By: atalman Differential Revision: D37327395 Pulled By: mruberry fbshipit-source-id: fba03e90c54ea787a63b31741cbb78e6d3669b5e
…#79298) Adds a `same_shape` util and updates maybe_broadcast to use it; previously maybe_broadcast was always broadcasting because its equality check was always failing. Pull Request resolved: pytorch#79298 Approved by: https://github.com/ezyang
…#79298) Adds a `same_shape` util and updates maybe_broadcast to use it; previously maybe_broadcast was always broadcasting because its equality check was always failing. Pull Request resolved: pytorch#79298 Approved by: https://github.com/ezyang
…ytorch#79298)" This reverts commit 09b3b16. Reverted pytorch#79298 on behalf of https://github.com/suo due to Broke FakeTensor tests on master, see: https://hud.pytorch.org/pytorch/pytorch/commit/09b3b16ae7ab7156ca0afd3b5191feabcc79f719
…#79298) Adds a `same_shape` util and updates maybe_broadcast to use it; previously maybe_broadcast was always broadcasting because its equality check was always failing. Pull Request resolved: pytorch#79298 Approved by: https://github.com/ezyang
Adds a
same_shapeutil and updates maybe_broadcast to use it; previously maybe_broadcast was always broadcasting because its equality check was always failing.