Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2021-11-12
[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
sycl-nightly/20211111 [SYCL] Fix the unused parameter warnings in the level_zero backend (#…
DPC++ daily 2021-11-10
[SYCL] Fix for undefined Result on some code paths. (#4924) Signed-off-by: Rajiv Deodhar <[email protected]>
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.