Skip to content

Commit

Permalink
Add fuzzer instructions to pt2 bug template (pytorch#123156)
Browse files Browse the repository at this point in the history
Adds fuzzer instructions to our issue template
Pull Request resolved: pytorch#123156
Approved by: https://github.com/eellison, https://github.com/anijain2305
  • Loading branch information
mlazos authored and Sanket Jayant Purandare committed Apr 22, 2024
1 parent 440fc04 commit 3dfca32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/pt2-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dfca32

Please sign in to comment.