-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
First, thanks for your awesome work in OOPSLA! I'm trying to reproduce the result and I find that In optim dir, there are json files that record the mapping from the name of the optimization pass and the source code. The following is the source code of indictor-misc.json:
"randperm_index_add_pattern": {
"hints": [
{
"type": "pattern",
"codes": [
"source-code-data/pytorch/inductor-misc/randperm_index_add_pattern.py"
]
}
]
},
"randperm_index_pattern": {
"hints": [
{
"type": "pattern",
"codes": [
"source-code-data/pytorch/inductor-misc/randperm_index_pattern.py"
]
}
]
}
}
Is there a script that can create these file from Pytorch's source code? It seems that I need to create it by hand if I want to test a new opt pass.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request