Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2022-01-25
sycl-nightly/20220125 [SYCL] Add mode where only last command in each batch yields a host-v…
DPC++ daily 2022-01-24
[SYCL][ESIMD][EMU] Disable esimd_emulator build by default (#5366) - Enabled by '--enable-esimd-emulator'
DPC++ daily 2022-01-22
sycl-nightly/20220122 [SYCL][NewPM] Use new pass manager for LowerWGScope pass execution (#…
DPC++ daily 2022-01-21
sycl-nightly/20220121 [SYCL] Make sure [AMDGPU|NVPTX]CodeGen links in lower SYCL IR passes …
DPC++ daily 2022-01-20
[SYCL][MATRIX][CUDA] Add support for bf16, (u)int8, and half. (#5009) Implementation of Nvidia MMA's using bf16, mixed precision int ((u)int8/int32), and mixed precision float (half/float). Signed-off-by: jack.kirk <jack.kirk@codeplay.com>
DPC++ daily 2022-01-19
[ESIMD] Enable esimd emulator build by default (#5058) * Enabled ESIMD_EMU support build by default * Replaced ESIMD_EMU with ESIMDCPU for legacy CM_EMU * Updated PI Device info * Removed command line option for esimd_cpu_emulation * Reduced overhead on command creation for ESIMD_EMULATOR BE * ESIMD_EMULATOR plug-in update for bringing-up intel/llvm-test-suite * CM-EMU Device version info composition * Changes to suppress warning messages * Single-point-of-return for EnqueueKernel * Added command line option for disabling ESIMD_EMULATOR build
DPC++ daily 2022-01-18
[SYCL][CUDA] Disable by default the Image support (#5256) due to the fact that its actual CUDA implementation is partial. It is possible to re-enable it by setting PI_CUDA_ENABLE_IMAGE_SUPPORT environment variable at runtime.
DPC++ daily 2022-01-17
[SYCL] Fix module changes detection in LowerWGScope pass (#5292) Also explicitly updated tests, which fail without pipeline adjustments to get better test coverage. Signed-off-by: Mikhail Lychkov <mikhail.lychkov@intel.com> Co-authored-by: Alexey Sachkov <alexey.sachkov@intel.com>
DPC++ daily 2022-01-15
[SYCL] Test compiler diagnostics for unsupported printf usages (#5306) Additionally, fix the diagnostic output for cases with an incorrect wrapper name and unify the punctuation style of the existing diagnostics. Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
DPC++ daily 2022-01-14
[SYCL] Allow batching for wait with a barrier commands (#5307) Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>