mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user