Skip conjugate and negate fallback for view ops and their in-place versions (#64392)
authoranjali411 <chourdiaanjali123@gmail.com>
Fri, 10 Sep 2021 16:55:50 +0000 (09:55 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 10 Sep 2021 16:57:27 +0000 (09:57 -0700)
commit92cd5ab1cb2431d6d1c828d587b09db54077ed1f
tree7a8ef7f817a18e188db11996643611143cde4b6e
parent54b72a99ef1d44eb1883c39f0be79ed41a789df4
Skip conjugate and negate fallback for view ops and their in-place versions (#64392)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64392

cc ezyang anjali411 dylanbespalko mruberry Lezcano nikitaved

Test Plan: Imported from OSS

Reviewed By: albanD

Differential Revision: D30866330

Pulled By: anjali411

fbshipit-source-id: 7b2f51486bf1d610ad2b1472306bab608ee69c37
aten/src/ATen/ConjugateFallback.cpp
aten/src/ATen/native/MathBitFallThroughLists.h [new file with mode: 0644]
aten/src/ATen/native/NegateFallback.cpp
aten/src/ATen/native/UnaryOps.cpp