Skip to content
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

onnx.Tile #657

Open
Tracked by #563
PhaneeshB opened this issue Apr 25, 2024 · 0 comments
Open
Tracked by #563

onnx.Tile #657

PhaneeshB opened this issue Apr 25, 2024 · 0 comments

Comments

@PhaneeshB
Copy link
Contributor

PhaneeshB commented Apr 25, 2024

Stderr diagnostics:
test_tile:

model.mlir:4:10: error: failed to legalize operation 'arith.extui' that was explicitly marked illegal
%0 = torch.operator "onnx.Tile"(%arg0, %arg1) : (!torch.vtensor<[2,3,4,5],f32>, !torch.vtensor<[4],si64>) -> !torch.vtensor<[14,18,16,10],f32> 

test_tile_precomputed:

model.mlir:4:10: error: failed to legalize operation 'arith.extui' that was explicitly marked illegal
%0 = torch.operator "onnx.Tile"(%arg0, %arg1) : (!torch.vtensor<[2,2],f32>, !torch.vtensor<[2],si64>) -> !torch.vtensor<[4,4],f32> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant