Skip to content

Releases: intel/llvm

DPC++ daily 2022-05-31

31 May 16:18
f119000
Compare
Choose a tag to compare
Pre-release
[SYCL] Retain event in old OpenCL interop constructor (#6214)

https://github.com/intel/llvm/pull/6180 moved the retain logic for
events to the make_event interop API. However, this means that the old
OpenCL interop constructor for event does not retain the native event.
These changes add the retain logic directly to the old OpenCL interop
constructor for OpenCL.

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

DPC++ daily 2022-05-30

30 May 16:17
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220530

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-29

29 May 16:17
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220529

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-28

28 May 16:20
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220528

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-27

27 May 16:19
f6420c7
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220527

[SYCL][Doc] Adjust design for compile-time properties through add_ir_…

DPC++ daily 2022-05-26

26 May 16:19
07c4bff
Compare
Choose a tag to compare
Pre-release
[NFC] Cleanup instrumentation test and hookup warning check (#6196)

The sycl-instrumentation.c test had some inconsistencies, clean these up
and check that the expected warning is emitted.

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 <[email protected]>
Co-authored-by: Andrei Elovikov <[email protected]>

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 <[email protected]>

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 <[email protected]>