Update torch.compile issue template (#150192)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/150192
Approved by: https://github.com/malfet
ghstack dependencies: #149947
This commit is contained in:
eellison
2025-03-28 08:44:12 -07:00
committed by PyTorch MergeBot
parent f04cf13bdd
commit 15dbad2115

View File

@ -20,7 +20,7 @@ body:
- Don't compare indices of max/min etc, because that avoids the above requirement
- If comparing eager and torch.compile at fp16/bf16, you should use fp32 as baseline
- When comparing eager and torch.compile, use a higher precision result as a baseline. `torch._dynamo.utils.same` with fp64_ref will handle this comparison.
- Ensure rng state used to compare results is equivalent. Use `torch._inductor.config.fallback_random=True` and reset the torch rng seed between comparisons