Skip to content

Releases: intel/llvm

DPC++ daily 2021-11-12

12 Nov 18:56
5b771a9
Compare
Choose a tag to compare
Pre-release
[SYCL][DOC] Proposal to add number of HW threads per EU query (#4876)

It follows https://spec.oneapi.io/level-zero/latest/core/api.html#ze-device-thread-t
Also the patch removes several 'supported only on L0 disclaimers'
since recently an OpenCL extension was released:
https://github.com/KhronosGroup/OpenCL-Docs/blob/master/extensions/cl_intel_device_attribute_query.asciidoc

Signed-off-by: Dmitry Sidorov <[email protected]>

DPC++ daily 2021-11-11

11 Nov 18:53
cda4ed5
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20211111

[SYCL] Fix the unused parameter warnings in the level_zero backend (#…

DPC++ daily 2021-11-10

10 Nov 18:52
dfc2f44
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix for undefined Result on some code paths. (#4924)

Signed-off-by: Rajiv Deodhar <[email protected]>

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.