-
Notifications
You must be signed in to change notification settings - Fork 609
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
[CPU][ONNX] Onnx test failures after pulling in torch-mlir changes #18961
Comments
) - bump llvm-project to llvm/llvm-project@f1595ec - revert iree-org/llvm-project@1004865 due to compiler failures in VectorDistribute. Tracked in #18955. - bump stablehlo to openxla/stablehlo@c32f7c2 - bump torch-mlir to llvm/torch-mlir@8b0bf2e - revert llvm/torch-mlir@55ff110 due to new onnx failures. Tracked in #18961 --------- Signed-off-by: Max Dawkins <[email protected]>
For context, I actually added this patch as a means to resolve an issue when unrolling loops for other tests see #18867 (comment). In my opinion, it seems bad to indiscriminately unroll loops in the IR, so something actually needs to be addressed in the test examples. Why do the batched examples of TFIDF fail, but the unbatched ones pass? It seems like IREE fails to handle For operations like this, I don't expect the result to be performant, but I just don't know what the constraints are from the IREE side. Do we straight up disallow any scalar scf loops? |
Maybe this comment from Ben is related: #18268 (comment) |
There were 3 new test failures after pulling in a torch-mlir patch: llvm/torch-mlir@55ff110
The following tests failed:
The patch is reverted in IREE for now, so to reproduce the failures, use this branch that has the patch reapplied: https://github.com/Max191/iree/tree/onnx-cpu-unrolling-fail
The text was updated successfully, but these errors were encountered: