Skip to content

Releases: intel/llvm

DPC++ daily 2022-01-25

25 Jan 18:53
c6b7b8e
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220125

[SYCL] Add mode where only last command in each batch yields a host-v…

DPC++ daily 2022-01-24

24 Jan 19:11
ddbcbb1
Compare
Choose a tag to compare
Pre-release
[SYCL][ESIMD][EMU] Disable esimd_emulator build by default (#5366)

- Enabled by '--enable-esimd-emulator'

DPC++ daily 2022-01-22

22 Jan 18:57
7e5bd8f
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220122

[SYCL][NewPM] Use new pass manager for LowerWGScope pass execution (#…

DPC++ daily 2022-01-21

21 Jan 19:15
02b7301
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20220121

[SYCL] Make sure [AMDGPU|NVPTX]CodeGen links in lower SYCL IR passes …

DPC++ daily 2022-01-20

20 Jan 18:36
5373362
Compare
Choose a tag to compare
Pre-release
[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

19 Jan 18:57
50ccce9
Compare
Choose a tag to compare
Pre-release
[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

18 Jan 18:41
90c8f05
Compare
Choose a tag to compare
Pre-release
[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

17 Jan 18:32
34d64cf
Compare
Choose a tag to compare
Pre-release
[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

15 Jan 18:33
bf5d9d5
Compare
Choose a tag to compare
Pre-release
[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

14 Jan 18:52
bd1ed6a
Compare
Choose a tag to compare
Pre-release
[SYCL] Allow batching for wait with a barrier commands (#5307)

Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>