Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IR Integration plan #1384

Open
justinchuby opened this issue Apr 15, 2024 · 1 comment
Open

IR Integration plan #1384

justinchuby opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
topic: IR topic: rewriter topic: torch_lib Related to the torch/aten function lib in development
Milestone

Comments

@justinchuby
Copy link
Contributor

justinchuby commented Apr 15, 2024

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
@justinchuby justinchuby added topic: torch_lib Related to the torch/aten function lib in development topic: IR topic: rewriter labels Apr 15, 2024
@justinchuby justinchuby mentioned this issue Apr 15, 2024
67 tasks
@justinchuby justinchuby self-assigned this Apr 17, 2024
@justinchuby justinchuby added this to the 0.2 milestone May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: IR topic: rewriter topic: torch_lib Related to the torch/aten function lib in development
Projects
None yet
Development

No branches or pull requests

1 participant