Skip to content

Releases: intel/llvm

DPC++ daily 2022-02-27

27 Feb 16:44
48ed880
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220227

[SPIR-V] Add SPV_INTEL_long_composites (#2848)

DPC++ daily 2022-02-26

26 Feb 16:51
977f22d
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220226

[CI] Uplift driver versions (#5679)

DPC++ daily 2022-02-25

25 Feb 16:56
279ef0d
Compare
Choose a tag to compare
Pre-release
[SYCL] Make queue::device_has() private (#5670)

The function is not defined by the specification, and was marked as public by mistake.

DPC++ daily 2022-02-24

24 Feb 17:44
a905a27
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix buffer creation from rvalue iterator (#5609)

Use pointer to iterator instead of pointer to underlining data as host
pointer in XPTI notification.

DPC++ daily 2022-02-23

23 Feb 16:46
5e6995e
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220223

[CI] Fix typo in config file (#5643)

DPC++ daily 2022-02-22

22 Feb 16:52
8213321
Compare
Choose a tag to compare
Pre-release
[CI] Fix cache location on Windows (#5603)

Also print cache statistics after build is complete.

DPC++ daily 2022-02-21

21 Feb 16:52
551c07b
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220221

[SYCL][NFC] Fix a warning about uninitialized struct members (#5610)

DPC++ daily 2022-02-19

19 Feb 18:59
beb7277
Compare
Choose a tag to compare
Pre-release
[SYCL][L0] Remove ZeModule when program build failed (#5541)

When a sycl::program is attempted to build, a ZeModule is created.
When the attempt failed, we need to clean up the ZeModule that is associated with the failed program to avoid memory leak.

DPC++ daily 2022-02-18

18 Feb 19:15
fc6c28f
Compare
Choose a tag to compare
Pre-release
[SYCL][DOC] Change extension names to lower case (#5607)

I found the all-upper-case names difficult to read, especially in a
directory listing where all the files are upper case.  Change them all
to lower case.  The name of the extension and the name of the file are
now lower case.  The name of the feature-test macro remains upper case.

DPC++ daily 2022-02-17

17 Feb 19:24
64e92cb
Compare
Choose a tag to compare
Pre-release
[SYCL][DOC] Move SPIR-V and OpenCL extensions (#5578)

The SPIR-V and OpenCL extensions are not SYCL extensions, rather they
are extensions to underlying components used by DPC++.  Therefore, we
consider them part of the design, so move them to "doc/design".

Our policy is to remove SPIR-V and OpenCL extension specifications from
this repo once they are added to the Khronos registry.  The
"SPV_INTEL_arbitrary_precision_int" extension was already added there,
so remove it from this repo.