Skip to content

Releases: intel/llvm

DPC++ daily 2022-05-25

25 May 16:18
53fc8e4
Compare
Choose a tag to compare
Pre-release
[SYCL][Driver] Enable device code instrumentation by default (#5435)

* [SYCL][Driver] Enable device code instrumentation by default
* Update tests, as they are not expecting itt device objects
* Update tests for Windows
* WIP Fix for #5435

Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
Co-authored-by: Andrei Elovikov <andrei.elovikov@intel.com>

DPC++ daily 2022-05-24

24 May 16:21
5e6642a
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220524

[SYCL][Build] Add --enable-all-llvm-targets switch to configure.py (#…

DPC++ daily 2022-05-23

23 May 16:18
3e1c1bf
Compare
Choose a tag to compare
Pre-release
[ESIMD] Don't force-inline VCStackCall functions. (#6175)

* [ESIMD] Don't force-inline VCStackCall functions.

Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>

DPC++ daily 2022-05-22

22 May 16:17
3e1c1bf
Compare
Choose a tag to compare
Pre-release
[ESIMD] Don't force-inline VCStackCall functions. (#6175)

* [ESIMD] Don't force-inline VCStackCall functions.

Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>

DPC++ daily 2022-05-21

21 May 16:18
3e1c1bf
Compare
Choose a tag to compare
Pre-release
[ESIMD] Don't force-inline VCStackCall functions. (#6175)

* [ESIMD] Don't force-inline VCStackCall functions.

Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>

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 <steffen.larsen@intel.com>

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 …