Skip to content

[Matrix][SYCL] Change the template parameter of joint_matrix_fill to … #5277

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
Jan 11, 2022

Conversation

yubingex007-a11y
Copy link
Contributor

@yubingex007-a11y yubingex007-a11y commented Jan 11, 2022

…fix the issue of deduced conflicting types

This is because Type deduction does not consider implicit conversions
(other than type adjustments listed above): that's the job for overload
resolution, which happens later.
https://godbolt.org/z/W4z3KcbbY is a small reproducer for fill's bug and https://godbolt.org/z/d7nPKhnGh is a fix.

…fix the issue of deduced conflicting types

This is because Type deduction does not consider implicit conversions
(other than type adjustments listed above): that's the job for overload
resolution, which happens later.
Copy link
Contributor

@dkhaldi dkhaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yubingex007-a11y
Copy link
Contributor Author

ping? @intel/llvm-reviewers-runtime

@yubingex007-a11y
Copy link
Contributor Author

@vladimirlaz could you help us merge it?

@vladimirlaz
Copy link
Contributor

@vladimirlaz could you help us merge it?

We need to wait until tests finish.

@vladimirlaz vladimirlaz merged commit 38fd188 into intel:sycl Jan 11, 2022
dm-vodopyanov pushed a commit to intel/llvm-test-suite that referenced this pull request Jan 19, 2022
The bug causing the fill instruction to fail has been fixed: intel/llvm#5277
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…te#742)

The bug causing the fill instruction to fail has been fixed: intel#5277
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