Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2023-01-18
[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
[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
[SYCL] Add generic impl for bf16 fabs (#7959) Signed-off-by: jinge90 <ge.jin@intel.com>
DPC++ daily 2023-01-14
sycl-nightly/20230114 [ESIMD] Fix usage of uninitialized field ESIMDVerifier::ForceStateles…
DPC++ daily 2023-01-13
[SYCL] Add missing include to JITContext.h (#8004) Fix unique_lock not being found during compilation.
DPC++ daily 2023-01-12
[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
[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
[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
sycl-nightly/20230109 [NFC][CMake] Create libsycl-devicelib-host archive only as needed (#7…
DPC++ daily 2023-01-07
sycl-nightly/20230107 [SYCL][CUDA] Allow FTZ, prec-sqrt to override no-ftz, no-prec-sqrt (#…