autolabel aotinductor->export (#135040)

"module: aotinductor" will automatically add "oncall: export".

Test Plan:
- none
Pull Request resolved: https://github.com/pytorch/pytorch/pull/135040
Approved by: https://github.com/ydwu4
This commit is contained in:
rzou
2024-09-03 11:27:53 -07:00
committed by PyTorch MergeBot
parent c40e622966
commit 14c8ef5198

View File

@ -31,6 +31,10 @@
- "module: flex attention"
then:
- "module: higher order operators"
- any:
- "module: aotinductor"
then:
- "oncall: export"
- any:
- "module: dynamo"
- "module: pt2-dispatcher"