Revert "Prologue Fusion (#134532)"

This reverts commit 59ab3825e77451b29c3a118fd24304afcbf52c09.

Reverted https://github.com/pytorch/pytorch/pull/134532 on behalf of https://github.com/clee2000 due to A couple of PRs in this stack are breaking internally on different tests ([comment](https://github.com/pytorch/pytorch/pull/134532#issuecomment-2536643675))
This commit is contained in:
PyTorch MergeBot
2024-12-11 17:32:26 +00:00
parent f0b80d014d
commit 233853a66f
16 changed files with 105 additions and 845 deletions

View File

@ -1113,8 +1113,8 @@ class FxGraphCache:
metrics.CachedMetricsHelper.apply_deltas(graph.metrics_deltas)
counters["inductor"] += graph.counter_deltas
output_code_log.debug("Output code: \n%s", code)
output_code_log.debug("Output code written to: %s", artifact_path)
output_code_log.debug("Output code: \n%s", code)
# On cache hit, use artifact path as filename
trace_structured(
"inductor_output_code",