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
I encountered the following error when trying to run this model with IREE Turbine: https://huggingface.co/facebook/detr-resnet-50
The error does not occur in IREE Turbine though but in the lowering from the torch aten cumsum operation to TMTensor.
Error:
Failure while executing pass pipeline (pm.run()): failed to legalize operation 'torch.aten.cumsum' that was explicitly marked illegal.
Hello,
I encountered the following error when trying to run this model with IREE Turbine: https://huggingface.co/facebook/detr-resnet-50
The error does not occur in IREE Turbine though but in the lowering from the torch aten cumsum operation to TMTensor.
Error:
Failure while executing pass pipeline (pm.run()): failed to legalize operation 'torch.aten.cumsum' that was explicitly marked illegal.
The problem seems to occur in here:
torch-mlir/lib/Conversion/TorchToTMTensor/TorchToTMTensor.cpp
Lines 1612 to 1614 in 17c1985
To reproduce:
The text was updated successfully, but these errors were encountered: