Skip to content

Commit 2a573fe

Browse files
Revert "enable fx graph cache on torchbench (#128239)"
Summary: This reverts commit 734e8f6ad7e7f0fa0341fb658f1f986225173f5f. Reverted pytorch/pytorch#128239 on behalf of https://github.com/huydhn due to Sorry for reverting your change but it seems to surface a bunch of inductor failures in trunk https://hud.pytorch.org/pytorch/pytorch/commit/734e8f6ad7e7f0fa0341fb658f1f986225173f5f ([comment](pytorch/pytorch#128239 (comment))) Reviewed By: clee2000 Differential Revision: D58444069 fbshipit-source-id: 031136895b2a19ce20ae3c5c74ec43d925acb218
1 parent cb0f1fb commit 2a573fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

userbenchmark/dynamo/dynamobench/torchbench.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
# We are primarily interested in tf32 datatype
2626
torch.backends.cuda.matmul.allow_tf32 = True
2727

28-
# Enable FX graph caching
29-
if "TORCHINDUCTOR_FX_GRAPH_CACHE" not in os.environ:
30-
torch._inductor.config.fx_graph_cache = True
31-
3228

3329
def _reassign_parameters(model):
3430
# torch_geometric models register parameter as tensors due to

0 commit comments

Comments
 (0)