Skip to content

Releases: intel/llvm

DPC++ daily 2023-01-18

18 Jan 17:23
e56f14f
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix a missing include (#8032)

std::unique_ptr is in <memory> and without it we get a compilation error
with gcc-12

DPC++ daily 2023-01-17

17 Jan 17:35
baa3d73
Compare
Choose a tag to compare
Pre-release
[SYCL] Add `[const]reverse_iterator` to accessors (#7991)

Add `reverse_iterator` and `const_reverse_iterator` to `accessor`,
`host_accessor` and `local_accessor`, and corresponding tests.

DPC++ daily 2023-01-16

16 Jan 17:21
c539fde
Compare
Choose a tag to compare
Pre-release
[SYCL] Add generic impl for bf16 fabs (#7959)

Signed-off-by: jinge90 <ge.jin@intel.com>

DPC++ daily 2023-01-14

14 Jan 17:38
8759d07
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230114

[ESIMD] Fix usage of uninitialized field ESIMDVerifier::ForceStateles…

DPC++ daily 2023-01-13

13 Jan 17:32
fee6eb7
Compare
Choose a tag to compare
Pre-release
[SYCL] Add missing include to JITContext.h (#8004)

Fix unique_lock not being found during compilation.

DPC++ daily 2023-01-12

12 Jan 17:28
f3f57b8
Compare
Choose a tag to compare
Pre-release
[ESIMD] Do not use ReadNone attribute for GenX intrinsics (#7969)

The attribute is suggested by GenX Intrinsics component for call
declarations. Such attribute on calls causes verification since LLVM 16,
and needs to be replaced with setMemoryEffects(MemoryEffects::none()).

Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>

DPC++ daily 2023-01-11

11 Jan 17:22
a1fbd64
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix final status reporting for windows on comment testing (#7974)

Updated reporting job so it runs even if testing fails.

DPC++ daily 2023-01-10

10 Jan 19:35
c379817
Compare
Choose a tag to compare
Pre-release
[SYCL] Drain thread pool should not be called on Win (#7973)

PR #7908 accidentally introduced a behavior that causes lots of timeouts
on the CI system on Windows.

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

DPC++ daily 2023-01-09

09 Jan 17:42
abd38a8
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230109

[NFC][CMake] Create libsycl-devicelib-host archive only as needed (#7…

DPC++ daily 2023-01-07

07 Jan 17:23
8096a6f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230107

[SYCL][CUDA] Allow FTZ, prec-sqrt to override no-ftz, no-prec-sqrt (#…