mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[nnc] Re-enable CPU fusion" (#63665)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/63665 This reverts commit 125e2d02e575612eb427104e7c67f1c28f090db8. Test Plan: Imported from OSS Reviewed By: ZolotukhinM Differential Revision: D30471646 Pulled By: bertmaher fbshipit-source-id: 4189869566f03b5f9ada78d78830f6a34946eed6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
560cd88195
commit
a709ab34a8
@ -590,6 +590,8 @@ void initJITBindings(PyObject* module) {
|
||||
.def("_jit_override_can_fuse_on_gpu", &overrideCanFuseOnGPU)
|
||||
.def("_jit_can_fuse_on_cpu", &canFuseOnCPU)
|
||||
.def("_jit_can_fuse_on_gpu", &canFuseOnGPU)
|
||||
.def("_jit_can_fuse_on_cpu_legacy", &canFuseOnCPULegacy)
|
||||
.def("_jit_override_can_fuse_on_cpu_legacy", &overrideCanFuseOnCPULegacy)
|
||||
.def(
|
||||
"_jit_differentiate",
|
||||
[](Graph& g) {
|
||||
|
Reference in New Issue
Block a user