-
Notifications
You must be signed in to change notification settings - Fork 86
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
bump llvm #1455
Conversation
Yes, I was going to say. Between the version I originally used to replicate the other issues and the latest one, another change broke another test 😬 |
@makslevental It looks like we're not running the integration tests any more (the ones activated with |
It looks like I wasn't running those tests either. I get a few failures after turning them on.
|
The same happened to me due to recent dev. env shenanigans. Anyway, the patch I sneaked in right before this one fixes those issues, but it looks like after rebase a test failed. I suspect it was one of those spurious failures we're getting later because the previous run finished successfully, might be worth looking into it. I forgot, this is the failed attempt: https://github.com/Xilinx/mlir-aie/actions/runs/8942799480/attempts/1?pr=1455 |
update llvm to 1cde124
account for expand_shape changes