mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[TD] More synonyms for filepath (#131838)
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/131838 Approved by: https://github.com/PaliC, https://github.com/ZainRizvi
This commit is contained in:
committed by
PyTorch MergeBot
parent
1bda3a3135
commit
fde577702d
@ -27,6 +27,7 @@ keyword_synonyms: dict[str, list[str]] = {
|
||||
"ops": ["opinfo"],
|
||||
"hop": ["higher_order_op"],
|
||||
"aot": ["flex_attention", "autograd"],
|
||||
"inductor": ["dynamo", "export"], # not actually synonyms but they interact a lot
|
||||
}
|
||||
|
||||
not_keyword = [
|
||||
|
Reference in New Issue
Block a user