Skip to content

Commit f1a9377

Browse files
committed
Partially address comments
1 parent 463b494 commit f1a9377

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sycl/ReleaseNotes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# May'21 release notes
22

3+
Release notes for commit range 2ffafb95f887..6a49170027fb
4+
35
## New features
46
- [ESIMD] Allowed ESIMD and regular SYCL kernels to coexist in the same
57
translation unit and in the same program. The `-fsycl-explicit-simd` option
@@ -25,7 +27,8 @@
2527
`sycl::property::reduction::initialize_to_identity` property [3473c1a]
2628
- Implemented zero argument version of `sycl::buffer::reinterpret()` for
2729
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]
2932
- Added support for
3033
[SYCL_INTEL_local_memory extension](doc/extensions/LocalMemory/SYCL_INTEL_local_memory.asciidoc)
3134
[5a66fcb] [9a734f6]
@@ -85,8 +88,7 @@
8588
[d3aeb4a]
8689
- Added a warning on using SYCL 1.2.1 OpenCL interoperability API when
8790
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]
9092
- Added support for blitter engine in Level Zero plugin. Some memory
9193
operations are submitted to a Level Zero copy queue now [11ba5b5]
9294
- Improved `sycl::INTEL::lsu::load` and `sycl::INTEL::lsu::store` to take

0 commit comments

Comments
 (0)