Skip to content

DPC++ daily 2021-09-06

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 06 Sep 16:42
· 130137 commits to sycl since this release
6e02880
[SYCL] Mark sycl::marray device copyable (#4427)

sycl::marray is device copyable if the element type is device copyable.
Also test was added to verify that the following types are device copyable:
 - sycl::marray<T> when T is device copyable;
 - sycl::vec<T> (all supported element types are device copyable);
 - sycl::id;
 - sycl::range.