mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
0ff6155eee
commit
8244ee00cf
11
.github/ISSUE_TEMPLATE/pt2-bug-report.yml
vendored
11
.github/ISSUE_TEMPLATE/pt2-bug-report.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user