Skip to content

Releases: intel/llvm

DPC++ daily 2023-01-30

30 Jan 17:31
44a26c1
Compare
Choose a tag to compare
Pre-release
[SYCL][Reduction] Fix return type of reduction combine (#8125)

The combine member of reducers and the operator shortcuts should return
a reference to the reducer. This commit fixes this return type.

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

DPC++ daily 2023-01-28

28 Jan 17:22
ad86982
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230128

[NFC] Fix typo in the comments.

DPC++ daily 2023-01-27

27 Jan 17:33
adebd42
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix a race condition when enqueueing an interop kernel (#8111)

piKernelSetArg isn't supposed to be called from different threads on the
same kernel.

DPC++ daily 2023-01-26

26 Jan 17:22
02bc932
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230126

[SYCL][NFC] Assert that devices were found before using them (#8108)

DPC++ daily 2023-01-25

25 Jan 17:25
8c244de
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix accessor subscript ambiguity and reference type (#8033)

Accessor subscript operations may cause ambiguity when the data type is
constant. This commit fixes this ambiguity and makes the reference
member alias of accessors adhere to the SYCL 2020 definition of them.

---------

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Co-authored-by: Alexey Sachkov <alexey.sachkov@intel.com>

DPC++ daily 2023-01-24

24 Jan 17:20
8dd6fdf
Compare
Choose a tag to compare
Pre-release
[Driver][SYCL] Deprecate usage of -sycl-std=1.2.1 (#8085)

Use of -sycl-std=1.2.1 is deprecated. Emit a diagnostic stating so. We
will remove support in a future major compiler release.

DPC++ daily 2023-01-22

22 Jan 17:37
b775ec4
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230122

[SYCL][NFC] Remove idle settings for the runtime library (#8074)

DPC++ daily 2023-01-21

21 Jan 17:24
86dc3b9
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230121

[ESIMD] Add emulation for dword atomic load/store operations (#8045)

DPC++ daily 2023-01-20

20 Jan 17:22
2aef0c9
Compare
Choose a tag to compare
Pre-release
[SYCL][Reduction] Fix last group detection's atomic memory_order (#8058)

It needs to be at least `memory_order::acq_rel` because we need updates
to the partial sums to be visible to the last finished thread.

This was caught on an existing test from the intel/llvm-test-suite that
we've run internally on a new configuration, hence no complementary test
suite change.

DPC++ daily 2023-01-19

19 Jan 17:25
502dd54
Compare
Choose a tag to compare
Pre-release
[SYCL] Change macro to follow naming C++ identifiers rules (#8031)

..for SYCL project

Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>

---------

Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>