Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Make a test class trivially copyable in multi_ptr.cpp #555

Merged
merged 1 commit into from Nov 9, 2021
Merged

[SYCL] Make a test class trivially copyable in multi_ptr.cpp #555

merged 1 commit into from Nov 9, 2021

Conversation

ghost
Copy link

@ghost ghost commented Nov 8, 2021

The class 'point' is used to test 'multi_ptr'. A 'sycl::buffer' for instances
of the class is created and the class must be a trivially copyable to be trait
as device copyable. Otherwise a compilation error will be generated after
a new check for device copyability in the 'sycl::buffer' class, see
intel/llvm#4914.

Signed-off-by: Pavel Samolysov [email protected]

The class 'point' is used to test 'multi_ptr'. A 'sycl::buffer' for instances
of the class is created and the class must be a trivially copyable to be trait
as device copyable. Otherwise a compilation error will be generated after
a new check for device copyability in the 'sycl::buffer' class, see
intel/llvm#4914.

Signed-off-by: Pavel Samolysov <[email protected]>
@ghost ghost requested a review from vladimirlaz November 8, 2021 12:06
@ghost ghost self-requested a review as a code owner November 8, 2021 12:06
@vladimirlaz vladimirlaz merged commit b2be034 into intel:intel Nov 9, 2021
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…lvm-test-suite#555)

The class 'point' is used to test 'multi_ptr'. A 'sycl::buffer' for instances
of the class is created and the class must be a trivially copyable to be trait
as device copyable. Otherwise a compilation error will be generated after
a new check for device copyability in the 'sycl::buffer' class, see
intel#4914.

Signed-off-by: Pavel Samolysov <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant