Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2023-06-01
[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
sycl-nightly/20230531 [SYCL][CI] Add lz4 to our build image (#9677)
DPC++ daily 2023-05-30
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
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
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
[SYCL][UR][L0] Fix some CI errors (#9628) Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
DPC++ daily 2023-05-25
sycl-nightly/20230525 [SYCL][ESIMD] Fix a test with a esimd private global pinned to GRF (#…
DPC++ daily 2023-05-24
sycl-nightly/20230524 [ESIMD] Force inlining of slm_init<> callers if caller is spir_kernel…
DPC++ daily 2023-05-23
sycl-nightly/20230523 [SYCL] Disable Basic/event_profiling_info.cpp on opencl:gpu on PVC (#…
DPC++ daily 2023-05-22
[SYCL] Fix Plugin/level_zero_imm_cmdlist_per_thread.cpp test (#9544) Make it pass on devices that have both compute and copy engines.