pytorch/torch/csrc/jit/codegen
Ivan Yashchuk 471c833043 Fix div(scalar, tensor) case for nvFuser (#80341)
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: https://github.com/csarofeen/pytorch/pull/1778.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/80341
Approved by: https://github.com/ngimel
2022-06-27 17:25:24 +00:00
..
cuda Fix div(scalar, tensor) case for nvFuser (#80341) 2022-06-27 17:25:24 +00:00
fuser [NVFuser] prep for on-by-default 2022-05-06 18:18:53 +00:00
onednn [Reland take-2] Add JIT graph fuser for oneDNN Graph API (v0.5) 2022-05-05 16:57:03 +00:00