Skip to content

DPC++ daily 2021-10-19

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 19 Oct 17:56
· 126181 commits to sycl since this release
c2ccc43
[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