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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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]>
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.

1 participant