-
Notifications
You must be signed in to change notification settings - Fork 33
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
RRDB_ESRGAN_vaiq_int8 model support #196
Labels
Comments
6 tasks
This model will become blocked by an issue with an op interface applied during the pass |
rsuderman
pushed a commit
to llvm/torch-mlir
that referenced
this issue
May 17, 2024
…ering (#3351) Addresses [Shark-Turbine #196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine #566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine #616](nod-ai/SHARK-ModelDev#616)
BaneTrifa
pushed a commit
to BaneTrifa/torch-mlir
that referenced
this issue
May 24, 2024
…ering (llvm#3351) Addresses [Shark-Turbine llvm#196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine llvm#566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine llvm#616](nod-ai/SHARK-ModelDev#616)
sjarus
pushed a commit
to sjarus/torch-mlir
that referenced
this issue
Jun 6, 2024
…ering (llvm#3351) Addresses [Shark-Turbine llvm#196](nod-ai/SHARK-TestSuite#196) Related tracker [Shark-Turbine llvm#566](nod-ai/SHARK-ModelDev#566) Related onnx.Resize issues [Shark-Turbine llvm#616](nod-ai/SHARK-ModelDev#616)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failed ops in mlir patch RRDB_ESRGAN_vaiq_int8.default.onnx.torch.elide.mlir
[e2e][onnx][model] onnx.Resize [(half_pixel, linear), (asymmetric, nearest)] SHARK-ModelDev#616
%21858 = torch.operator "onnx.Resize"(%21853, %none, %21857) {torch.onnx.coordinate_transformation_mode = "asymmetric", torch.onnx.cubic_coeff_a = -7.500000e-01 : f32, torch.onnx.mode = "nearest", torch.onnx.nearest_mode = "floor"} : (!torch.vtensor<[1,64,224,224],f32>, !torch.none, !torch.vtensor<[4],f32>) -> !torch.vtensor<[?,?,?,?],f32>
%21917 = torch.operator "onnx.Resize"(%21912, %none, %21916) {torch.onnx.coordinate_transformation_mode = "asymmetric", torch.onnx.cubic_coeff_a = -7.500000e-01 : f32, torch.onnx.mode = "nearest", torch.onnx.nearest_mode = "floor"} : (!torch.vtensor<[?,64,?,?],f32>, !torch.none, !torch.vtensor<[4],f32>) -> !torch.vtensor<[?,?,?,?],f32>
The text was updated successfully, but these errors were encountered: