DPC++ daily 2021-10-19
Pre-release
Pre-release
bb-sycl
released this
19 Oct 17:56
·
126181 commits
to sycl
since this release
[SYCL][LIBCLC] Change __clc_size_t to unsigned (#4784) This changes the `__clc_size_t` from a signed 64-bit int to an unsigned 64-bit int. The change results in the correct mangled name for `GroupAsyncCopy` built-ins. This is a proposed solution to issue #4502