Add fuzzer instructions to pt2 bug template (#123156)

Adds fuzzer instructions to our issue template
Pull Request resolved: https://github.com/pytorch/pytorch/pull/123156
Approved by: https://github.com/eellison, https://github.com/anijain2305
This commit is contained in:
Michael Lazos
2024-04-02 20:32:57 +00:00
committed by PyTorch MergeBot
parent 0ff6155eee
commit 8244ee00cf

View File

@ -9,6 +9,17 @@ body:
#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the
existing and past issues](https://github.com/pytorch/pytorch/issues)
It's likely that your bug will be resolved by checking our FAQ or troubleshooting guide [documentation](https://pytorch.org/docs/main/dynamo/index.html)
Note: if you're submitting an issue that you generated from a fuzzer. Please do the following:
- Ensure rtol/atol are at default tolerances
- Dont 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
If the above requirements are met, add the label "topic: fuzzer" to your issue.
- type: textarea
attributes:
label: 🐛 Describe the bug