Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2023-04-27
[SYCL][NFC] Ignore unused argument in copy from host (#9239) Fixes post-commit failure after https://github.com/intel/llvm/pull/9215. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
DPC++ daily 2023-04-26
[SYCL][TEST E2E] Remove %sycl_be substitution (#9190) We have %BE_RUN_PLACEHOLDER substitution that can be used instead.
DPC++ daily 2023-04-25
sycl-nightly/20230425 [SYCL] Fix unused parameter warning (#9208)
DPC++ daily 2023-04-24
sycl-nightly/20230424 Revert "Revert "[CI][Deps] Uplift CPU/FPGAEMU RT version to 2023.15.3…
DPC++ daily 2023-04-22
sycl-nightly/20230422 [ESIMD][DOC] Add invoke_simd section to README; update ESIMD ext doc …
DPC++ daily 2023-04-21
[SYCL] Add ballot_group support to algorithms (#8784) Enables the following functions to be used with ballot_group arguments: - group_barrier - group_broadcast - any_of_group - all_of_group - none_of_group - reduce_over_group - exclusive_scan_over_group - inclusive_scan_over_group Signed-off-by: John Pennycook <john.pennycook@intel.com> --------- Signed-off-by: John Pennycook <john.pennycook@intel.com> Co-authored-by: aelovikov-intel <andrei.elovikov@intel.com>
DPC++ daily 2023-04-20
[NFC][SYCL][L0] Add infrastructure to know backend of a platform (#9067) In subsequent PR the "backend" knowledge will move from "plugin" to "platform" --------- Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
DPC++ daily 2023-04-19
sycl-nightly/20230419 [SYCL][ESIMD][NFC] Update LowerESIMD APIs taking SmallPtrSet<..., 4> …
DPC++ daily 2023-04-18
[SYCL] native image handle support for LevelZero. (#8603) New interop support for images for LevelZero. Includes make_image and interop_handle::get_native_mem. Tests are present in this PR. --------- Signed-off-by: Chris Perkins <chris.perkins@intel.com> Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
DPC++ daily 2023-04-17
sycl-nightly/20230417 [Driver][SYCL] Update option for undefined symbols for hostdep link (…