You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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)
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]>
0 commit comments