Skip to content

Releases: intel/llvm

DPC++ daily 2022-07-21

21 Jul 16:27
9488347
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220721

[SYCL][ABI-break] Remove kernel::get_work_group_info (#6414)

DPC++ daily 2022-07-20

20 Jul 16:21
c72a85d
Compare
Choose a tag to compare
Pre-release
[SYCL][ESIMD] Fix compilation issue of abs function (#6443)

* Fix compilation issue of abs function

DPC++ daily 2022-07-19

19 Jul 16:25
6d04aa6
Compare
Choose a tag to compare
Pre-release
[SYCL] [L0] Fix for L0 Event object leakage. (#6454)

Signed-off-by: Rajiv Deodhar <rajiv.deodhar@intel.com>

DPC++ daily 2022-07-18

18 Jul 16:29
Compare
Choose a tag to compare
Pre-release
LLVM and SPIRV-LLVM-Translator pulldown (WW30)

LLVM: llvm/llvm-project@190518da4b6b3f4cfb4081b7e110d8a3b9080cc5
SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@6904b388c1a115dbb634b9a194091af84e191a39

DPC++ daily 2022-07-17

17 Jul 16:21
92471f8
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220717

[SYCL] Remove std header inclusion from kernel_desc.hpp and use templ…

DPC++ daily 2022-07-16

16 Jul 16:32
92471f8
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220716

[SYCL] Remove std header inclusion from kernel_desc.hpp and use templ…

DPC++ daily 2022-07-15

15 Jul 16:20
f4f83d9
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix an issue with queue shortcuts with offsets (#6440)

Fix an issue where it wasn't possible to pass an init-list for dependency
events vector due to an error during template parameter pack resolution.

DPC++ daily 2022-07-14

14 Jul 16:21
616ecf7
Compare
Choose a tag to compare
Pre-release
[SYCL][NFC][DOC] Fix description of -f[no-]sycl-unnamed-lambda (#6437)

The default value of the option depends on the SYCL language standard.
Unnamed lambda is supported by default with SYCL 2020 (default now) and
disabled for SYCL 1.2.1.

Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>

DPC++ daily 2022-07-13

13 Jul 16:22
f196d0b
Compare
Choose a tag to compare
Pre-release
[SYCL][FPGA][NFC] Refactor of ReqdWorkGroupSize attribute tests (#6431)

* [SYCL][FPGA][NFC] Refactor of ReqdWorkGroupSize attribute tests

Signed-off-by: Soumi Manna <soumi.manna@intel.com>

DPC++ daily 2022-07-12

12 Jul 16:19
354d057
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220712

[SYCL][CUDA] Revert https://github.com/intel/llvm/pull/6386 and remov…