Fix div(scalar, tensor) case for nvFuser#80341
Fix div(scalar, tensor) case for nvFuser#80341IvanYashchuk wants to merge 2 commits intopytorch:masterfrom
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 1e5b63b (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 -g |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @IvanYashchuk. |
Summary: This PR fixes a typo in nvFuser for `div(scalar, tensor)` unlocking the tests for `_refs.true_divide` and `_refs.sigmoid`. Same PR with a C++ test to the nvFuser devel branch: csarofeen#1778. Pull Request resolved: #80341 Approved by: https://github.com/ngimel Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/471c8330432c64b41dab7483be2f1f234efe5ef3 Reviewed By: b0noI Differential Revision: D37496033 fbshipit-source-id: 49540fb4f18ae76595aa47b043f2b3e02af96e98
This PR fixes a typo in nvFuser for `div(scalar, tensor)` unlocking the tests for `_refs.true_divide` and `_refs.sigmoid`. Same PR with a C++ test to the nvFuser devel branch: csarofeen/pytorch#1778. Pull Request resolved: pytorch/pytorch#80341 Approved by: https://github.com/ngimel
This PR fixes a typo in nvFuser for `div(scalar, tensor)` unlocking the tests for `_refs.true_divide` and `_refs.sigmoid`. Same PR with a C++ test to the nvFuser devel branch: csarofeen/pytorch#1778. Pull Request resolved: pytorch/pytorch#80341 Approved by: https://github.com/ngimel
This PR fixes a typo in nvFuser for `div(scalar, tensor)` unlocking the tests for `_refs.true_divide` and `_refs.sigmoid`. Same PR with a C++ test to the nvFuser devel branch: csarofeen#1778. Pull Request resolved: pytorch#80341 Approved by: https://github.com/ngimel
This PR fixes a typo in nvFuser for
div(scalar, tensor)unlocking the tests for_refs.true_divideand_refs.sigmoid.Same PR with a C++ test to the nvFuser devel branch: csarofeen#1778.