Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2023-02-22
[SYCL][Doc] Update sycl_ext_oneapi_sub_group_mask (#8174) Updated the document to use up-to-date extension template. Added revision 2 of the extension, which adds ability for user to construct `sub_group_mask` from specific values. --------- Co-authored-by: John Pennycook <john.pennycook@intel.com>
DPC++ daily 2023-02-21
sycl-nightly/20230221 [SYCL][CUDA] Define __SYCL_CUDA_ARCH__ instead of __CUDA_ARCH__ for S…
DPC++ daily 2023-02-20
[SYCL][Docs] Add design document for device aspect traits (#8182) This commit adds a design document for the `any_device_has` and `all_devices_have` SYCL 2020 traits. --------- Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
DPC++ daily 2023-02-19
[SYCL][Fusion] Update SPIR-V version to 1.4 (#8358) Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
DPC++ daily 2023-02-18
[NFC] Refactor FPGA based offloading tests (#8398) Reduce the amount of testing being performed in the single intelfpga test by breaking out the 'link' specific tests that cover -fsycl-link behaviors.
DPC++ daily 2023-02-17
Revert "[SYCL] Add support for the in-tree end-to-end tests" (#8387) Reverts intel/llvm#8081 There seems to be problem with this patch causing failures in some pre-commit jobs. See https://github.com/intel/llvm/actions/runs/4200559418/jobs/7286963032.
DPC++ daily 2023-02-16
[SYCL][NFC] Rename misleading queue_impl::MSupportOOO variable (#8342) The variable is supposed to indicate that we failed to create an OOO native queue and we need to emulate it if its value is false. Rename to MEmulateOOO to avoid confusion with in-order/out-of-order SYCL queues.
DPC++ daily 2023-02-15
[CI] Use ubuntu-20.04 image GitHub Actions has issues with running on `ubuntu-latest` image.
DPC++ daily 2023-02-14
[CI] Switch sync-main workflow to ubuntu-20.04 image Trying to test the idea that runners with ubuntu-latest image are allocated with delay.
DPC++ daily 2023-02-09
sycl-nightly/20230209 [SYCL][Doc] Fix remaining document link issues in release notes (#8267)