Releases: intel/llvm
Releases · intel/llvm
nightly-2023-07-25-1f570f7
Nightly build 2023-07-25-1f570f7
DPC++ daily 2023-07-24
[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
sycl-nightly/20230722 [SYCL][NFC] Remove unnecessary namespace declarations (#10529)
DPC++ daily 2023-07-21
sycl-nightly/20230721 [SYCL][NFC] Remove __SYCL_INLINE_VER_NAMESPACE macro (#10510)
DPC++ daily 2023-07-20
[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
sycl-nightly/20230719 [SYCL] [L0] Add user APIs to import / release host memory from USM. (…
DPC++ daily 2023-07-18
sycl-nightly/20230718 [CI] Switch from GEN9 to GEN12 Linux runners (#10366)
DPC++ daily 2023-07-17
sycl-nightly/20230717 [CI] Allow pre-commit for PRs targeting llvmspirv_pulldown branch (#1…
DPC++ daily 2023-07-16
[SYCL][NFC] Add missing climits include (#10398) sub_group_mask.hpp uses CHAR_BIT defined in climits header
DPC++ daily 2023-07-15
[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.