Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-07-21
sycl-nightly/20220721 [SYCL][ABI-break] Remove kernel::get_work_group_info (#6414)
DPC++ daily 2022-07-20
[SYCL][ESIMD] Fix compilation issue of abs function (#6443) * Fix compilation issue of abs function
DPC++ daily 2022-07-19
[SYCL] [L0] Fix for L0 Event object leakage. (#6454) Signed-off-by: Rajiv Deodhar <rajiv.deodhar@intel.com>
DPC++ daily 2022-07-18
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
sycl-nightly/20220717 [SYCL] Remove std header inclusion from kernel_desc.hpp and use templ…
DPC++ daily 2022-07-16
sycl-nightly/20220716 [SYCL] Remove std header inclusion from kernel_desc.hpp and use templ…
DPC++ daily 2022-07-15
[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
[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
[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
sycl-nightly/20220712 [SYCL][CUDA] Revert https://github.com/intel/llvm/pull/6386 and remov…