Skip to content

Releases: intel/llvm

DPC++ daily 2023-04-27

27 Apr 18:39
ca141b8
Compare
Choose a tag to compare
Pre-release
[SYCL][NFC] Ignore unused argument in copy from host (#9239)

Fixes post-commit failure after https://github.com/intel/llvm/pull/9215.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>

DPC++ daily 2023-04-26

26 Apr 22:21
f81499e
Compare
Choose a tag to compare
Pre-release
[SYCL][TEST E2E] Remove %sycl_be substitution (#9190)

We have %BE_RUN_PLACEHOLDER substitution that can be used instead.

DPC++ daily 2023-04-25

25 Apr 18:27
5b52eba
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230425

[SYCL] Fix unused parameter warning (#9208)

DPC++ daily 2023-04-24

24 Apr 18:33
0ce9b5f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230424

Revert "Revert "[CI][Deps] Uplift CPU/FPGAEMU RT version to 2023.15.3…

DPC++ daily 2023-04-22

22 Apr 18:25
52567e8
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230422

[ESIMD][DOC] Add invoke_simd section to README; update ESIMD ext doc …

DPC++ daily 2023-04-21

21 Apr 18:23
70a35de
Compare
Choose a tag to compare
Pre-release
[SYCL] Add ballot_group support to algorithms (#8784)

Enables the following functions to be used with ballot_group arguments:
- group_barrier
- group_broadcast
- any_of_group
- all_of_group
- none_of_group
- reduce_over_group
- exclusive_scan_over_group
- inclusive_scan_over_group

Signed-off-by: John Pennycook <john.pennycook@intel.com>

---------

Signed-off-by: John Pennycook <john.pennycook@intel.com>
Co-authored-by: aelovikov-intel <andrei.elovikov@intel.com>

DPC++ daily 2023-04-20

20 Apr 18:44
ef0455b
Compare
Choose a tag to compare
Pre-release
[NFC][SYCL][L0] Add infrastructure to know backend of a platform (#9067)

In subsequent PR the "backend" knowledge will move from "plugin" to
"platform"

---------

Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>

DPC++ daily 2023-04-19

19 Apr 18:29
e6d72dc
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230419

[SYCL][ESIMD][NFC] Update LowerESIMD APIs taking SmallPtrSet<..., 4> …

DPC++ daily 2023-04-18

18 Apr 18:25
836ceec
Compare
Choose a tag to compare
Pre-release
[SYCL] native image handle support for LevelZero.  (#8603)

New interop support for images for LevelZero. Includes make_image and
interop_handle::get_native_mem.

Tests are present in this PR.

---------

Signed-off-by: Chris Perkins <chris.perkins@intel.com>
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>

DPC++ daily 2023-04-17

17 Apr 18:28
554ed21
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230417

[Driver][SYCL] Update option for undefined symbols for hostdep link (…