Skip to content
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

Bugfix for device copyable of unique copy helper #2004

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

danhoeflinger
Copy link
Contributor

The ValueType should not be necessary for device copyability because it is not a member field of the helper struct. It is only the return value of the callable. Therefore, we should not base device copyability on it.

(Not fixing any reported bug here, just saw this as I was looking at sycl traits for some use case ideas, but I believe it is correct.)

Signed-off-by: Dan Hoeflinger <[email protected]>
Signed-off-by: Dan Hoeflinger <[email protected]>
@danhoeflinger danhoeflinger added this to the 2022.8.0 milestone Jan 22, 2025
@danhoeflinger danhoeflinger merged commit a3ea7ca into main Jan 24, 2025
22 checks passed
@danhoeflinger danhoeflinger deleted the dev/dhoeflin/mask_unique_copy_sycl_trait_fix branch January 24, 2025 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants