Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2023-01-30
[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
sycl-nightly/20230128 [NFC] Fix typo in the comments.
DPC++ daily 2023-01-27
[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
sycl-nightly/20230126 [SYCL][NFC] Assert that devices were found before using them (#8108)
DPC++ daily 2023-01-25
[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
[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
sycl-nightly/20230122 [SYCL][NFC] Remove idle settings for the runtime library (#8074)
DPC++ daily 2023-01-21
sycl-nightly/20230121 [ESIMD] Add emulation for dword atomic load/store operations (#8045)
DPC++ daily 2023-01-20
[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
[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>