Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2023-07-04
[SYCL][NFC] Don't use SYCL_SIMPLE_SWIZZLES in vectors LIT test (#10194) The macro causes significant compilation time increase and swizzles can be aquired and tested using different `vec` methods, such as `.lo()` or `.odd()`. The change reduces time spent in `vectors.cpp` test from 172s to 64s on my machine.
DPC++ daily 2023-07-03
[SYCL] Temporarily revert recent SYCL builtin changes (#10173) This partially reverts the following patches: - https://github.com/intel/llvm/pull/9753 - https://github.com/intel/llvm/pull/10050 - https://github.com/intel/llvm/pull/10048 - https://github.com/intel/llvm/pull/10014 - https://github.com/intel/llvm/pull/10026 General fixes have been kept. --------- Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
DPC++ daily 2023-07-02
[SYCL][HIP][E2E] Disable failing 2D USM tests for HIP (#10159) As described in https://github.com/intel/llvm/issues/10157, certain configurations of 2D USM memory copies currently fail for HIP. This commit temporarily disables these. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
DPC++ daily 2023-07-01
[SYCL][HIP][E2E] Disable failing 2D USM tests for HIP (#10159) As described in https://github.com/intel/llvm/issues/10157, certain configurations of 2D USM memory copies currently fail for HIP. This commit temporarily disables these. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
DPC++ daily 2023-06-30
[Driver][NFC] Initialize an uninitialized variable (#10126) Clean up some logically dead code.
DPC++ daily 2023-06-29
[CI] Make build artifact archive name/compression parameters (#10122) I plan to enable making releases from Github CI tasks and we'll need to use gzip compression instead of zstd as well as provide distinct names for Linux/Windows. An alternative would be to unpack/repack in the release action, but the solution implemented in this PR seems to be clearer.
DPC++ daily 2023-06-29
[Driver][NFC] Initialize an uninitialized variable (#10126) Clean up some logically dead code.
DPC++ daily 2023-06-28
[SYCL][DOC] Add sycl_ext_oneapi_work_group_local (#9799) Introduces support for work-group local allocations at program and function scope, lifting some of the restrictions of sycl_ext_oneapi_group_local_memory. --------- Signed-off-by: John Pennycook <john.pennycook@intel.com> Co-authored-by: Greg Lueck <gregory.m.lueck@intel.com>
DPC++ daily 2023-06-27
[CI] Fix GPU reset (#10085) https://github.com/intel/llvm/pull/9546 and similar accidentally broke code that was responsible to reset Intel GPU before running End-to-End tests. Restore functionality + add reset for the pre-commit task running End-to-End tests with a nightly build.
DPC++ daily 2023-06-26
sycl-nightly/20230626 [CI] More cleanup for the lint task (#10073)