File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# May'21 release notes
2
2
3
+ Release notes for commit range 2ffafb95f887..6a49170027fb
4
+
3
5
## New features
4
6
- [ ESIMD] Allowed ESIMD and regular SYCL kernels to coexist in the same
5
7
translation unit and in the same program. The ` -fsycl-explicit-simd ` option
25
27
` sycl::property::reduction::initialize_to_identity ` property [ 3473c1a]
26
28
- Implemented zero argument version of ` sycl::buffer::reinterpret() ` for
27
29
SYCL 2020 [ c0c3c80]
28
- - Implemented [ Matrix Programming Extension for DPC++] ( https://github.com/intel/llvm/blob/49b6749ea9175ae250b718c04d71af4ccfecc06c/sycl/doc/extensions/Matrix/dpcpp-joint-matrix.asciidoc ) [ 35db973]
30
+ - Added an initial AOT implementation of the experimental matrix extension on
31
+ the CPU device to target AMX hardware. Base features are supported [ 35db973]
29
32
- Added support for
30
33
[ SYCL_INTEL_local_memory extension] ( doc/extensions/LocalMemory/SYCL_INTEL_local_memory.asciidoc )
31
34
[ 5a66fcb] [ 9a734f6]
85
88
[ d3aeb4a]
86
89
- Added a warning on using SYCL 1.2.1 OpenCL interoperability API when
87
90
compiling in SYCL 2020 mode. It can be suppressed by defining
88
- ` SYCL2020_DISABLE_DEPRECATION_WARNINGS ` macro or by setting ` -sycl-std=2017 `
89
- or ` -sycl-std=1.2.1 ` [ a249316]
91
+ ` SYCL2020_DISABLE_DEPRECATION_WARNINGS ` [ a249316]
90
92
- Added support for blitter engine in Level Zero plugin. Some memory
91
93
operations are submitted to a Level Zero copy queue now [ 11ba5b5]
92
94
- Improved ` sycl::INTEL::lsu::load ` and ` sycl::INTEL::lsu::store ` to take
You can’t perform that action at this time.
0 commit comments