Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-02-27
sycl-nightly/20220227 [SPIR-V] Add SPV_INTEL_long_composites (#2848)
DPC++ daily 2022-02-26
sycl-nightly/20220226 [CI] Uplift driver versions (#5679)
DPC++ daily 2022-02-25
[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
[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
sycl-nightly/20220223 [CI] Fix typo in config file (#5643)
DPC++ daily 2022-02-22
[CI] Fix cache location on Windows (#5603) Also print cache statistics after build is complete.
DPC++ daily 2022-02-21
sycl-nightly/20220221 [SYCL][NFC] Fix a warning about uninitialized struct members (#5610)
DPC++ daily 2022-02-19
[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
[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
[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.