Skip to content

Releases: intel/llvm

DPC++ daily 2022-05-16

16 May 16:18
caa696f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220516

[SYCL][DOC] Add extension for annotated_arg class and its properties …

DPC++ daily 2022-05-15

15 May 16:18
caa696f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220515

[SYCL][DOC] Add extension for annotated_arg class and its properties …

DPC++ daily 2022-05-14

14 May 16:21
caa696f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220514

[SYCL][DOC] Add extension for annotated_arg class and its properties …

DPC++ daily 2022-05-13

13 May 16:19
4a794df
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220513

[SYCL][Docs] Align kernel_args_restrict extension with SYCL 2020 to i…

DPC++ daily 2022-05-12

12 May 16:19
858d04d
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220512

Revert "In MSVC compatibility mode, friend function declarations beha…

DPC++ daily 2022-05-11

11 May 16:29
f232cfd
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220511

[ESIMD] Enforce compile-time channel mask restrictions for rgba write…

DPC++ daily 2022-05-10

10 May 16:19
76a3898
Compare
Choose a tag to compare
Pre-release
[SYCL][L0] Correctly use global timestamps, instead of context (#6122)

Signed-off-by: Jaime Arteaga <[email protected]>

DPC++ daily 2022-05-09

09 May 20:47
059efbc
Compare
Choose a tag to compare
Pre-release
[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

07 May 16:19
ba5a126
Compare
Choose a tag to compare
Pre-release
[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

06 May 16:18
3196d66
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220506

[SYCL] Cast some unused variable as void in bfloat16.hpp (#6111)