Skip to content

[SYCL] Fix accessor CTAD for unittests #7638

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

Conversation

steffenlarsen
Copy link
Contributor

Accessor CTAD would in certain cases fail to resolve IsValidTag and IsSameAsBuffer. This commit fixes this issue by making these trait structs rather than constexpr functions.

Accessor CTAD would in certain cases fail to resolve IsValidTag and
IsSameAsBuffer. This commit fixes this issue by making these trait
structs rather than constexpr functions.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner December 5, 2022 12:18
@aelovikov-intel
Copy link
Contributor

Was the issue compiler-specific?

@steffenlarsen
Copy link
Contributor Author

Was the issue compiler-specific?

I am not sure, but I'd argue this is an improvement in general.

@steffenlarsen
Copy link
Contributor Author

Failures on HIP tracked by #7634.

@steffenlarsen steffenlarsen merged commit 63ee151 into intel:sycl Dec 5, 2022
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.

2 participants