Skip to content

Releases: intel/llvm

nightly-2023-07-25-1f570f7

25 Jul 19:53
Compare
Choose a tag to compare
Pre-release

Nightly build 2023-07-25-1f570f7

DPC++ daily 2023-07-24

24 Jul 19:00
f40132b
Compare
Choose a tag to compare
Pre-release
[SYCL][NFC] Move __SYCL_STRINGIFY definition from headers (#10511)

The only real use of the macro is in config.cpp file. The macro was used
in sycl/detail/common.hpp, but the use is commented out.

DPC++ daily 2023-07-22

22 Jul 19:10
8ea3e8e
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230722

[SYCL][NFC] Remove unnecessary namespace declarations (#10529)

DPC++ daily 2023-07-21

21 Jul 19:13
9568e36
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230721

[SYCL][NFC] Remove __SYCL_INLINE_VER_NAMESPACE macro (#10510)

DPC++ daily 2023-07-20

20 Jul 19:05
c1d3d7c
Compare
Choose a tag to compare
Pre-release
[SYCL][New PM] Move code in sycl-post-link to new pass manager (#10455)

In the sycl-post-link tool, most of the changes towards moving the
passes to use the new pass manager were added as part of this PR by
Konstantin Bobrovsky: https://github.com/intel/llvm/pull/6835
There was one site where legacy pass manager was used. This change moves
that to use the new pass manager.

It is sufficient to check for regression in existing tests. There is no
need to add a new test.

Thanks
Sincerely

---------

Signed-off-by: Arvind Sudarsanam <arvind.sudarsanam@intel.com>

DPC++ daily 2023-07-19

19 Jul 19:18
65cc0cf
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230719

[SYCL] [L0] Add user APIs to import / release host memory from USM. (…

DPC++ daily 2023-07-18

18 Jul 20:55
7431074
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230718

[CI] Switch from GEN9 to GEN12 Linux runners (#10366)

DPC++ daily 2023-07-17

17 Jul 20:57
9375787
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230717

[CI] Allow pre-commit for PRs targeting llvmspirv_pulldown branch (#1…

DPC++ daily 2023-07-16

16 Jul 19:56
5d1da25
Compare
Choose a tag to compare
Pre-release
[SYCL][NFC] Add missing climits include (#10398)

sub_group_mask.hpp uses CHAR_BIT defined in climits header

DPC++ daily 2023-07-15

15 Jul 20:59
8d87832
Compare
Choose a tag to compare
Pre-release
[CI] Split pre-commit task into separate Linux/Windows (#10394)

That would allow individual cancel/restart. It result in duplication of
several auxiliary tasks (detect_changes/lint/matrix_generation) but
those are very fast, and the overhead should be acceptable.