Skip to content

Releases: intel/llvm

DPC++ daily 2023-06-01

01 Jun 18:31
57187f6
Compare
Choose a tag to compare
Pre-release
[SYCL][CI] Add zstd to our build image (#9681)

I will remove unneeded package (lz4 or/and zstd) once we settle which
one is the best for our use.

DPC++ daily 2023-05-31

31 May 18:29
f9b489c
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230531

[SYCL][CI] Add lz4 to our build image (#9677)

DPC++ daily 2023-05-30

30 May 18:26
eafd768
Compare
Choose a tag to compare
Pre-release
Add support for fpbuiltin accuracy lookup (#9167)

This patch adds a new interface that can be used to lookup the required
accuracy of floating-point builtin intrinsics for a specified type and
accuracy level (high, medium, low, sycl, or cuda).

A later change will add support for this functionality in the IRBuilder
class.

DPC++ daily 2023-05-29

29 May 18:23
b682bc9
Compare
Choose a tag to compare
Pre-release
Adjust CODEOWNERS for OffloadBundler.{h,cpp} files (#9618)

clang-offload-bundler functionality was taken out from tool into
"library" here: https://reviews.llvm.org/D129873.
This commit adjusts CODEOWNERS file so that DPC++ tools team could track
changes.

DPC++ daily 2023-05-27

27 May 18:29
Compare
Choose a tag to compare
Pre-release
LLVM and SPIRV-LLVM-Translator pulldown (WW21)

LLVM: llvm/llvm-project@28d418b
SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@c794def

DPC++ daily 2023-05-26

26 May 22:09
1210bf9
Compare
Choose a tag to compare
Pre-release
[SYCL][UR][L0] Fix some CI errors (#9628)

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>

DPC++ daily 2023-05-25

25 May 18:32
ff4c936
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230525

[SYCL][ESIMD] Fix a test with a esimd private global pinned to GRF (#…

DPC++ daily 2023-05-24

24 May 18:29
2056c66
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230524

[ESIMD] Force inlining of slm_init<> callers if caller is spir_kernel…

DPC++ daily 2023-05-23

23 May 18:28
772a30b
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230523

[SYCL] Disable Basic/event_profiling_info.cpp on opencl:gpu on PVC (#…

DPC++ daily 2023-05-22

22 May 18:24
60665c3
Compare
Choose a tag to compare
Pre-release
[SYCL] Fix Plugin/level_zero_imm_cmdlist_per_thread.cpp test (#9544)

Make it pass on devices that have both compute and copy engines.