Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-05-16
sycl-nightly/20220516 [SYCL][DOC] Add extension for annotated_arg class and its properties …
DPC++ daily 2022-05-15
sycl-nightly/20220515 [SYCL][DOC] Add extension for annotated_arg class and its properties …
DPC++ daily 2022-05-14
sycl-nightly/20220514 [SYCL][DOC] Add extension for annotated_arg class and its properties …
DPC++ daily 2022-05-13
sycl-nightly/20220513 [SYCL][Docs] Align kernel_args_restrict extension with SYCL 2020 to i…
DPC++ daily 2022-05-12
sycl-nightly/20220512 Revert "In MSVC compatibility mode, friend function declarations beha…
DPC++ daily 2022-05-11
sycl-nightly/20220511 [ESIMD] Enforce compile-time channel mask restrictions for rgba write…
DPC++ daily 2022-05-10
[SYCL][L0] Correctly use global timestamps, instead of context (#6122) Signed-off-by: Jaime Arteaga <[email protected]>
DPC++ daily 2022-05-09
[SYCL] Add half non-assign math operators (#6061) This PR adds missing half operations +-*/. There are existing operations for the legacy class host_half_impl, however these were not extended to the half class. These operations were being performed as floating point operations via the implicit floating conversion. This results in the output being a float not half type. The template is limited to arithmetic types to prevent ambiguous templating. A minor change to built-in __fract is needed to ensure fmin is not ambiguous. llvm-test-suite PR: intel/llvm-test-suite#1012 Fixes: #6028
DPC++ daily 2022-05-07
[ESIMD] Bump up vc-intrinsics repo commit hash. (#6116) The new commit has necessary fixes to support slm_init with non-constant (Specialization constant) argument. Signed-off-by: Konstantin S Bobrovsky [email protected]
DPC++ daily 2022-05-06
sycl-nightly/20220506 [SYCL] Cast some unused variable as void in bfloat16.hpp (#6111)