Skip to content

Releases: intel/llvm

DPC++ daily 2023-07-04

04 Jul 19:08
0603bf6
Compare
Choose a tag to compare
Pre-release
[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

03 Jul 19:28
f109448
Compare
Choose a tag to compare
Pre-release
[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

02 Jul 19:07
a8b0356
Compare
Choose a tag to compare
Pre-release
[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

01 Jul 19:15
a8b0356
Compare
Choose a tag to compare
Pre-release
[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

30 Jun 09:54
e98280e
Compare
Choose a tag to compare
Pre-release
[Driver][NFC] Initialize an uninitialized variable (#10126)

Clean up some logically dead code.

DPC++ daily 2023-06-29

30 Jun 07:05
042479c
Compare
Choose a tag to compare
Pre-release
[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

30 Jun 07:52
e98280e
Compare
Choose a tag to compare
Pre-release
[Driver][NFC] Initialize an uninitialized variable (#10126)

Clean up some logically dead code.

DPC++ daily 2023-06-28

28 Jun 19:10
1d6cff1
Compare
Choose a tag to compare
Pre-release
[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

27 Jun 19:19
2ddb42c
Compare
Choose a tag to compare
Pre-release
[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

26 Jun 19:18
7e98cd4
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230626

[CI] More cleanup for the lint task (#10073)