-
Notifications
You must be signed in to change notification settings - Fork 48
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
torch.aten.cumsum to linalg #684
Comments
Hi @AmosLewis, after spending some time debugging this issue it seems that it's not a Torch-MLIR issue. It's an IREE issue. Because the Linalg lowering through Torch-MLIR doesn't consist of dynamic dim but it's introduced during the IREE compilation. |
IR comparison across 2 different passes of IREE:
|
Could you file an iree issue and send it in iree pytorch channel? |
Filed an issue here: iree-org/iree#17441 CC: @AmosLewis |
opt-125M model and opt-350M
python ./run.py --torchmlirbuild ../../torch-mlir/build --tolerance 0.001 0.001 --cachedir ./huggingface_cache --ireebuild ../../iree-build -f pytorch -g models --mode onnx --tests pytorch/models/opt-125M
python ./run.py --torchmlirbuild ../../torch-mlir/build --tolerance 0.001 0.001 --cachedir ./huggingface_cache --ireebuild ../../iree-build -f pytorch -g models --mode onnx --tests pytorch/models/opt-350M
The text was updated successfully, but these errors were encountered: