Remove flag to toggle CPU fusion in the presence of parallelism (#63514)
authorBert Maher <bertrand@fb.com>
Fri, 20 Aug 2021 18:11:49 +0000 (11:11 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 20 Aug 2021 18:18:19 +0000 (11:18 -0700)
commit6600bc96517269c608ea47b76b6bda9476c7bcef
tree16f108c9f67d20796fffd87aea05e2322d394777
parentd6d86efb1c839ddafd1398d6dab9caa4f31a9f0b
Remove flag to toggle CPU fusion in the presence of parallelism (#63514)

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

Test Plan: Imported from OSS

Reviewed By: navahgar

Differential Revision: D30417127

Pulled By: bertmaher

fbshipit-source-id: b77d7c68364f2af73570740540f3b1152313016e
test/cpp/tensorexpr/test_te_fuser_pass.cpp
test/jit/test_profiler.py
test/test_jit_fuser_te.py
test/test_tensorexpr.py
torch/csrc/jit/passes/tensorexpr_fuser.cpp
torch/csrc/jit/passes/tensorexpr_fuser.h
torch/csrc/jit/python/init.cpp