-
Notifications
You must be signed in to change notification settings - Fork 5
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
scalehls regression tests unexpected failures #2
Comments
Follow up, attempting to run scalehls-opt on the resnet18 sample, I get this error:
|
I got through the whole build (after quite a number of failures), but it now seems that I likely need to use a version different than Python3.11... once I built everything, installed torch-mlir in the venv, etc., I ran in to a segmentation fault after running command: $ python3 resnet18.py > resnet18.mlir I was using python3.11 and it seems everything went well until this last step. I'm going to try python3.8 tomorrow. Note I am unaffiliated with scalehls... Also: for torch-mlir you can only use either python3.8 or python3.11 according to this github comment. I found this to be true (I compiled everything with 3.10 and it ended up complaining when I tried to install torch-mlir with pip). |
I'm getting two unexpected failures when attempting to build scalehls:
Are these expected? Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: