Skip to content

Releases: intel/llvm

DPC++ daily 2021-11-09

09 Nov 18:54
0c33048
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20211109

[SYCL][CUDA] Set cuda_piextUSMEnqueuePrefetch to fail for windows (#4…

DPC++ daily 2021-11-08

08 Nov 18:51
711ba58
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20211108

[SYCL][CUDA][Matrix] Add initial support for Tensorcore matrix ext (#…

DPC++ daily 2021-11-05

05 Nov 17:49
d6a6401
Compare
Choose a tag to compare
Pre-release
[ESIMD] Update vc-intrinsics repo hash tag. (#4894)

Signed-off-by: Konstantin S Bobrovsky <[email protected]>

DPC++ daily 2021-11-04

04 Nov 17:51
419a633
Compare
Choose a tag to compare
Pre-release
[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

03 Nov 18:00
35ccdd5
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20211103

[ESIMD] Refactor vc-intrinsics build for easier sync with custom buil…

DPC++ daily 2021-11-02

02 Nov 18:13
Compare
Choose a tag to compare
Pre-release
LLVM and SPIRV-LLVM-Translator pulldown (WW45)

LLVM: llvm/llvm-project@cf78715

DPC++ daily 2021-11-01

01 Nov 18:17
347b114
Compare
Choose a tag to compare
Pre-release
[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

31 Oct 18:01
a0342b3
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20211031

[SYCL] Revert USM caching to pre-2021.3 state and disable Shared USM …

DPC++ daily 2021-10-30

30 Oct 17:51
55be63a
Compare
Choose a tag to compare
Pre-release
[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

29 Oct 18:24
b43f03a
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20211029

[SYCL] Create static shared-release handler after loading plugins (#4…