Skip to content

Releases: intel/llvm

DPC++ daily 2022-12-24

24 Dec 18:25
a45bfee
Compare
Choose a tag to compare
Pre-release
[SYCL] Unused parameters (#7871)

Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>

DPC++ daily 2022-12-23

23 Dec 17:23
d37ea6e
Compare
Choose a tag to compare
Pre-release
[SYCL] Add ext_oneapi_unified_runtime SYCL backend (#7816)

This PR adds new backend to SYCL: ext_oneapi_unified_runtime
E2E test: https://github.com/intel/llvm-test-suite/pull/1450

Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>

DPC++ daily 2022-12-22

22 Dec 17:23
9673e05
Compare
Choose a tag to compare
Pre-release
[SYCL] Update OpenCL-ICD dependency to let it build with MinGW (#7864)

MinGW doesn't provide 'windows.management.deployment.h', which made
compilation much more difficult.

See upstream commit:

https://github.com/KhronosGroup/OpenCL-ICD-Loader/commit/4aa683775c4ee55594196c79def7a75103d75e4c

This patch has been split from https://github.com/intel/llvm/pull/7859
after a discusion:

>>Could you please clarify why uplift of ocl loader version is required?

> The reason is this upstream commit:
https://github.com/KhronosGroup/OpenCL-ICD-Loader/commit/4aa683775c4ee55594196c79def7a75103d75e4c

>It refactors 'apppackage' driver loader from WinRT API to raw WinAPI.
The problem was that this specific WinRT API was not present in MinGW,
so it would need extra work to make it compile. Upstream update just
lets avoiding this extra work.

>I took the tip of the master for an update, but I believe any commit
starting with
https://github.com/KhronosGroup/OpenCL-ICD-Loader/commit/4aa683775c4ee55594196c79def7a75103d75e4c
should be enough to fix the issue.

DPC++ daily 2022-12-21

21 Dec 17:21
23b68db
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix ext::oneapi::experimental::joint_reduce  (#7781)

This patch fixes ext::oneapi::experimental::joint_reduce, it missed
the case when WG size is bigger than size of input data.

Test: https://github.com/intel/llvm-test-suite/pull/1452

DPC++ daily 2022-12-20

20 Dec 17:26
589824d
Compare
Choose a tag to compare
Pre-release
[SYCL] Add default constructor to `sycl::local_accessor`. (#7815)

Adding default constructor to sycl::local_accessor to comply with spec.

DPC++ daily 2022-12-19

19 Dec 17:30
d239fb0
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20221219

[SYCL] Fix post-commit issues after #7521 (#7825)

DPC++ daily 2022-12-15

15 Dec 17:39
e839d4e
Compare
Choose a tag to compare
Pre-release
[BuildBot] Uplift CPU/FPGAEMU RT version to 2022.15.12.0.01 (#7717)

OpenCL CPU RT:  2022.14.8.0.04 -> 2022.15.12.0.01
OpenCL FPGAEMU RT: 2022.14.8.0.04 -> 2022.15.12.0.01
OpenCL FPGA RT Linux: 20220710_000003 -> 20221104_143714
OpenCL FPGA RT Windows: 20220710_000003 -> 20221104_143951

DPC++ daily 2022-12-14

14 Dec 17:39
c63f802
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20221214

[ESIMD] Add capability to specify 64 bit offsets to esimd memory func…

DPC++ daily 2022-12-13

13 Dec 17:44
d2ec964
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20221213

[SYCL][Level Zero] Implement sycl_ext_intel_queue_index extension (#7…

DPC++ daily 2022-12-12

12 Dec 18:01
4c22e7b
Compare
Choose a tag to compare
Pre-release
[SYCL][CUDA] Fix a test which assumed build on Linux machines. (#7734)

Fix a test which assumed build on Linux machines.