Skip to content

Releases: intel/llvm

DPC++ daily 2022-05-20

20 May 16:22
a37c10b
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220520

[SYCL] Protect access to the kernel and sampler objects with a mutex …

DPC++ daily 2022-05-19

19 May 16:21
29a5369
Compare
Choose a tag to compare
Pre-release
[SYCL][L0] Adds device member to L0 make_queue input type (#6148)

* [SYCL][L0] Adds device member to L0 make_queue input type

This commit adds a new `device` member to the `make_queue` input type for the L0 backend. This allows the L0 backend to correctly associate the right device with the command queue to create the PI queue from, preventing unintended and illegal behavior when the PI queue is later used for otherwise valid operations.

It is currently still valid to create a SYCL queue from a native L0 command queue without associating the correct device, which will lead to the queue being associated with the first device in the supplied SYCL context. This behavior is however marked as deprecated.

Note: The ABI checker test changes were generated with the checker tool, so the ones that are marked as removed are simply just moved by the tool. This is a non-breaking ABI change for the runtime library.

Signed-off-by: Larsen, Steffen <[email protected]>

DPC++ daily 2022-05-18

18 May 16:19
fff033c
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220518

[SYCL][L0] Optimize the LastCommandEvent of the synchronized queue (#…

DPC++ daily 2022-05-17

17 May 16:20
7cb28c3
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220517

[NFC][BuildBot] Fix typo in the help message (#6161)

DPC++ daily 2022-05-16

16 May 16:18
caa696f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220516

[SYCL][DOC] Add extension for annotated_arg class and its properties …

DPC++ daily 2022-05-15

15 May 16:18
caa696f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220515

[SYCL][DOC] Add extension for annotated_arg class and its properties …

DPC++ daily 2022-05-14

14 May 16:21
caa696f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220514

[SYCL][DOC] Add extension for annotated_arg class and its properties …

DPC++ daily 2022-05-13

13 May 16:19
4a794df
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220513

[SYCL][Docs] Align kernel_args_restrict extension with SYCL 2020 to i…

DPC++ daily 2022-05-12

12 May 16:19
858d04d
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220512

Revert "In MSVC compatibility mode, friend function declarations beha…

DPC++ daily 2022-05-11

11 May 16:29
f232cfd
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220511

[ESIMD] Enforce compile-time channel mask restrictions for rgba write…