Skip to content

Commit d8046f9

Browse files
author
Sergey Kanaev
committed
Another set of comments
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent f593193 commit d8046f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/ReleaseNotes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ Release notes for commit range 5976ff0..1fc0e4f
123123
- Linkage errors with the following message:
124124
`error LNK2005: "bool const std::_Is_integral<bool>" (??$_Is_integral@_N@std@@3_NB) already defined`
125125
can happen when a SYCL application is built using MS Visual Studio 2019
126-
version below 16.3.0
127-
The workaround is to enable `-std=c++17` for the failing MSVC version.
126+
version below 16.3.0 if user specifies `-std=c++14` or `/std:c++14`.
128127
- Employing read sampler for image accessor may result in sporadic issues with
129128
Level Zero plugin/backend [2c50c03]
130129
- Printing internal defines isn't supported on Windows [50628db]
131-
- Group algorithms for MUL/AND/OR/XOR are not fully enabled as the SPIR-V
132-
version isn't automatically raised from 1.1 to 1.3 [96da39e]
130+
- Group algorithms for MUL/AND/OR/XOR cannot be enabled for group scope due to
131+
SPIR-V limitations, and are not enabled for sub-group scope yet as the
132+
SPIR-V version isn't automatically raised from 1.1 to 1.3 [96da39e]
133133
- We cannot run Dead Argument Elimination for ESIMD since the pointers to SPIR
134134
kernel functions are saved in `!genx.kernels metadata` [cf10351]
135135

0 commit comments

Comments
 (0)