-
Notifications
You must be signed in to change notification settings - Fork 610
Closed
Description
Hello guys,
I have been reading code about graph lowering path, basically, the path is as follow:
Torchscript -> Translate into Torch MLIR Dialect -> Lowering into Linalg(computation ops)/Std(Basic ops)/SCF(loops/control flow) -> call IREE backend
Could someone give me some basic rationale about this path, Why directly lower down to Linalg instead of to HLO as there are optimization paths that can be reused in HLO like operation fusion, etc?
Thanks in advance,
Yang
Metadata
Metadata
Assignees
Labels
No labels