Skip to content

Revert "[SYCL] Represent JointMatrixINTEL type as extension type" #9071

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
Apr 17, 2023

Conversation

MrSidims
Copy link
Contributor

It appears to be, that mem2reg and SROA passes can't handle target extension type properly. It means, that with turned on optimizations alloca/load/store sequences of joint matrix types won't be eliminated. It results in a crash in IGC since it can't handle such case yet. Note, it means that matrix samples compiled with -O0 also don't work now.

So we have to (temporary?) revert this patch.

This reverts commit 6f8e456.

…el#8343)"

It appears to be, that mem2reg and SROA passes can't handle
target extension type properly. It means, that with turned on
optimizations alloca/load/store sequences of joint matrix types won't be
eliminated. It results in a crash in IGC since it can't handle such case
yet. Note, it means that matrix samples compiled with -O0 also don't
work now.

So we have to (temporary?) revert this patch.

This reverts commit 6f8e456.
@MrSidims MrSidims marked this pull request as ready for review April 14, 2023 12:01
@MrSidims MrSidims requested review from a team as code owners April 14, 2023 12:01
@MrSidims MrSidims requested a review from steffenlarsen April 14, 2023 12:01
@MrSidims MrSidims temporarily deployed to aws April 14, 2023 12:21 — with GitHub Actions Inactive
@MrSidims MrSidims requested a review from a team April 14, 2023 13:16
@MrSidims MrSidims temporarily deployed to aws April 14, 2023 14:03 — with GitHub Actions Inactive
@MrSidims MrSidims temporarily deployed to aws April 14, 2023 15:32 — with GitHub Actions Inactive
@MrSidims
Copy link
Contributor Author

@intel/llvm-gatekeepers I believe, we can merge this

@steffenlarsen steffenlarsen merged commit 4447a50 into intel:sycl Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants