Skip to content

Releases: intel/llvm

DPC++ daily 2023-02-22

22 Feb 17:23
045f5ab
Compare
Choose a tag to compare
Pre-release
[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

21 Feb 17:34
8f5000c
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230221

[SYCL][CUDA] Define __SYCL_CUDA_ARCH__ instead of __CUDA_ARCH__ for S…

DPC++ daily 2023-02-20

20 Feb 17:35
ec34869
Compare
Choose a tag to compare
Pre-release
[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

19 Feb 17:35
e60c549
Compare
Choose a tag to compare
Pre-release
[SYCL][Fusion] Update SPIR-V version to 1.4 (#8358)

Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>

DPC++ daily 2023-02-18

18 Feb 17:27
4bd0876
Compare
Choose a tag to compare
Pre-release
[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

17 Feb 17:34
806775f
Compare
Choose a tag to compare
Pre-release
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

16 Feb 17:36
e49c6fc
Compare
Choose a tag to compare
Pre-release
[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

15 Feb 17:25
c419e97
Compare
Choose a tag to compare
Pre-release
[CI] Use ubuntu-20.04 image

GitHub Actions has issues with running on `ubuntu-latest` image.

DPC++ daily 2023-02-14

14 Feb 08:18
77ac85a
Compare
Choose a tag to compare
Pre-release
[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

09 Feb 17:31
76932e1
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230209

[SYCL][Doc] Fix remaining document link issues in release notes (#8267)