Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-12-24
[SYCL] Unused parameters (#7871) Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
DPC++ daily 2022-12-23
[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
[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
[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
[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
sycl-nightly/20221219 [SYCL] Fix post-commit issues after #7521 (#7825)
DPC++ daily 2022-12-15
[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
sycl-nightly/20221214 [ESIMD] Add capability to specify 64 bit offsets to esimd memory func…
DPC++ daily 2022-12-13
sycl-nightly/20221213 [SYCL][Level Zero] Implement sycl_ext_intel_queue_index extension (#7…
DPC++ daily 2022-12-12
[SYCL][CUDA] Fix a test which assumed build on Linux machines. (#7734) Fix a test which assumed build on Linux machines.