Skip to content

IR Integration plan #1384

Open
Open

Description

flowchart TD
    pattern(Rewriter pattern)  --> generic_pattern(Unify pattern classes) --> passes(Rewriter passes)
    script(Replace ONNX Script IR) --> value(Change `Op.__cal__` to return `Value`)
    script(Replace ONNX Script IR) --> dtype(Update and unify the data types)
    torchlib(Update torchlib to use IR) --> trace(Unify with ONNX Script trace mode)
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

topic: IRIntermediate representationtopic: rewritertopic: torch_libRelated to the torch/aten function lib in development

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions