You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is the list of Onnx Ops for which Onnx->Torch lowering exists but they fail during Torch->Linag lowering phase. The aim is to prioritize these ops based on the models that are affected. If you're working on any of these ops then please create a tracker issue for the same and add your name to the owner.
Repro Instructions:
In order to reproduce the issue just take out the unit test for the concerned op from any of these files:
Note: The list might not be exhaustive so if you find any such Onnx op which fails during Torch->Linalg lowering then please do add this to the tracker.
Below is the list of Onnx Ops for which Onnx->Torch lowering exists but they fail during Torch->Linag lowering phase. The aim is to prioritize these ops based on the models that are affected. If you're working on any of these ops then please create a tracker issue for the same and add your name to the owner.
Repro Instructions:
In order to reproduce the issue just take out the unit test for the concerned op from any of these files:
and run the below command:
Note: The list might not be exhaustive so if you find any such Onnx op which fails during Torch->Linalg lowering then please do add this to the tracker.
The text was updated successfully, but these errors were encountered: