We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208bf73 commit 1ae4389Copy full SHA for 1ae4389
backends/cadence/aot/compiler.py
@@ -66,9 +66,6 @@ def trace(
66
# Make the model inference mode by calling model.eval()
67
model.eval()
68
69
- # Prevent mkldnn decompositions
70
- torch._C._set_mkldnn_enabled(False)
71
-
72
# Get default decompositions
73
decomp_table = torch.export.default_decompositions()
74
0 commit comments