Skip to content

Modularize export recipes #12933

@abhinaykukkadapu

Description

@abhinaykukkadapu

🚀 The feature, motivation and pitch

Adds support for #(7) in the RFC #12660

  1. Modularization of ExportRecipe
    Split current ExportRecipe into piece-meal recipes such asExportRecipe, QuantizationRecipe, LoweringRecipe and have a root recipe for example: CompileRecipe which takes all the above. This might require re-writing most of the current ExportRecipe component, so not sure if this is needed, we may just get away with doing just (5) - Supporting ExportedProgram which skips torch.export.export() and SourceTransform stages which might be just sufficient.

Alternatives

No response

Additional context

No response

RFC (Optional)

No response

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions