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
Fixesllvm#68481, In the following scenario, the conversion fails:
1. resultType of tosa.slice is UnrankedTensorType
2. tosa.slice.getsize().size() < resultType.getRank()
…8578)
Fixes#68481, In the following scenario, the conversion fails:
1. resultType of tosa.slice is UnrankedTensorType
2. tosa.slice.getsize().size() < resultType.getRank()
git version: 3a3b84b
system:
Ubuntu 20.04.6 LTS (Focal Fossa)
reproduced with:
mlir-opt --tosa-to-tensor a.mlir
a.mlir
:trace:
The text was updated successfully, but these errors were encountered: