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
Here is a rather small reproducer. This is a simple cumulative sum performed as an scf loop. It fails CleanupTensorShapesPass during iree-compile. The tensor.extract and tensor.insert for the output tensor (the loop iter_arg) creates a tensor.dim op when converting tensor to flow.
for the given IR
getting error as
command : iree-compile --iree-hal-target-backends=llvm-cpu -o abc.vmfb model.torch_onnx.mlir --iree-llvmcpu-target-cpu=host
The text was updated successfully, but these errors were encountered: