Skip to content

DPC++ daily 2023-01-18

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 18 Jan 17:23
· 114585 commits to sycl since this release
e56f14f
[SYCL] Fix a missing include (#8032)

std::unique_ptr is in <memory> and without it we get a compilation error
with gcc-12