Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2021-11-09
sycl-nightly/20211109 [SYCL][CUDA] Set cuda_piextUSMEnqueuePrefetch to fail for windows (#4…
DPC++ daily 2021-11-08
sycl-nightly/20211108 [SYCL][CUDA][Matrix] Add initial support for Tensorcore matrix ext (#…
DPC++ daily 2021-11-05
[ESIMD] Update vc-intrinsics repo hash tag. (#4894) Signed-off-by: Konstantin S Bobrovsky <[email protected]>
DPC++ daily 2021-11-04
[NFC][SYCL] Update testing dependencies for append-file (#4890) Certain tests are dependent on the append-file tool for a successful run. Add the dependencies so the binary is available when needed.
DPC++ daily 2021-11-03
sycl-nightly/20211103 [ESIMD] Refactor vc-intrinsics build for easier sync with custom buil…
DPC++ daily 2021-11-02
LLVM and SPIRV-LLVM-Translator pulldown (WW45) LLVM: llvm/llvm-project@cf78715
DPC++ daily 2021-11-01
[SYCL] Disable std::byte code by _HAS_STD_BYTE (#4834) MS VS allows to disable std::byte type using __HAS_STD_BYTE=0 (https://devblogs.microsoft.com/cppblog/c17-features-and-stl-fixes-in-vs-2017-15-3/). This patch disables SYCL code which relies on this type in this case.
DPC++ daily 2021-10-31
sycl-nightly/20211031 [SYCL] Revert USM caching to pre-2021.3 state and disable Shared USM …
DPC++ daily 2021-10-30
[sycl-post-link][NFC] Outline legacy tests (#4844) Moved a number of `sycl-post-link` LIT tests for specialization constants into a separate folder: those tests are using old RT-Compiler interface, which is only used for experimental support for spec constants in SYCL 1.2.1. That old version of spec constants depends on `program` class, which was removed from SYCL 2020 specification and from our implementation. Therefore, support for old spec constants API is not available anymore. The API itself is still supported for backward compatibility, but it will be completely erased at some point. This patch will simplify tests cleanup when backward compatibility break will be done.
DPC++ daily 2021-10-29
sycl-nightly/20211029 [SYCL] Create static shared-release handler after loading plugins (#4…