Skip to content

Update llvm commit #363

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

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Update llvm commit #363

merged 1 commit into from
Sep 27, 2024

Conversation

BRUCE11111
Copy link
Contributor

@BRUCE11111 BRUCE11111 commented Sep 27, 2024

Need to fix ci segmentation fault error in PR100.

When we need to determine whether linalg.generic is a matmul operation, we will use upstream isContractionBody function, but it will throw seg fault error due to nullptr pointer. The null pointer issue has been fixed in this llvm commit.

@ciyongch
Copy link
Contributor

Better to describe the reason why we need to update the commit it, like this upstream contains a specific fix/update on certain feature?

@BRUCE11111
Copy link
Contributor Author

Better to describe the reason why we need to update the commit it, like this upstream contains a specific fix/update on certain feature?

Okay~ Added detailed explanation in the PR.

@BRUCE11111 BRUCE11111 merged commit 199501e into main Sep 27, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants