-
Notifications
You must be signed in to change notification settings - Fork 48
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
[regression] error: failed to legalize operation 'arith.sitofp' that was explicitly marked illegal #887
Comments
The issue is because of the following changes: llvm/torch-mlir@cd38ecf#diff-7b9f4faa909a47945ec2c3e11de440fa77512517353d4fb922fc4efa69a06480R714-R851 Working IR (without these changes):
Non-working IR (with these changes):
The particular thing to notice is that the way |
Following 2 models are impacted
|
@pdhirajkumarprasad It works after adding |
@vinayakdsci is adding support for the new vm op that's missing and its c dispatch function. |
Resolved by iree-org/iree#19455. |
Let's check the report for those models. If they are failing due a different issue, then we can close this. |
This model was working till 1114 and started failing from 1115, seems like torch-mlir bump has caused this issue
The text was updated successfully, but these errors were encountered: