Skip to content

Commit 0fe0a00

Browse files
author
Sergey Kanaev
committed
Apply comments.
1 parent 79de97e commit 0fe0a00

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/ReleaseNotes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Release notes for the commit range ba404be..24726df
1717
- Implemented OpenCL interoperability API following [SYCL Generalization proposal](https://github.com/KhronosGroup/SYCL-Shared/blob/master/proposals/sycl_generalization.md) [bae0639]
1818

1919
## Improvements
20-
### SYCL Frontend and driver changes
20+
### SYCL Compiler
2121
- Now when `-fintelfpga` option is passed, the dependency file is created in
2222
the temporary files location instead of input source file location [7df381a]
2323
- Made `-std=c++17` the default for DPC++ [3192ee7]
@@ -41,7 +41,7 @@ Release notes for the commit range ba404be..24726df
4141
- Dependency files are not generated by default when compiling using
4242
`-fsycl -fintelfpga` options now [24726df]
4343

44-
### SYCL headers and runtime
44+
### SYCL Library
4545
- Updated the implementation to align with changes in
4646
[SubGroup extension](doc/extensions/SubGroup/SYCL_INTEL_sub_group.asciidoc) [9d4c284]
4747
- `sycl::ordered_queue` class has been removed [875347a]
@@ -70,7 +70,7 @@ Release notes for the commit range ba404be..24726df
7070
reduce local memory consumption [b838f0e]
7171

7272
### Documentation
73-
- Added [a table](doc/extensions/README.md) with DPC++ extensions statuses
73+
- Added [a table](doc/extensions/README.md) with DPC++ extensions status
7474
[dbbc474]
7575
- OpenCL CPU runtime installation instructions in
7676
[GetStartedGuide](doc/GetStartedGuide.md) and the installation script have
@@ -80,11 +80,11 @@ Release notes for the commit range ba404be..24726df
8080
- Render user API classes on a dedicated page [98b6ee4]
8181

8282
## Bug fixes
83-
### SYCL Frontend and driver changes
83+
### SYCL Compiler
8484
- Fixed device code compile options passing which could lead to
8585
`CL_INVALID_COMPILER_OPTIONS` error [57bad9e]
86-
- Fixed a problem which caused problems with creating a queue for FPGA device
87-
as a global inline variable [357e9c8]
86+
- Fixed a problem with creating a queue for FPGA device as a global inline
87+
variable [357e9c8]
8888
- Fixed an issue with that functions which are marked with `SYCL_EXTERNAL` are
8989
not participate in attribute propogation and conflicting attributes checking
9090
[0098eab]
@@ -93,7 +93,7 @@ Release notes for the commit range ba404be..24726df
9393
- Fixed file processing when using `-fsycl-link`, now the generated object
9494
file can be linked by a non-SYCL enabled compiler/linker [2623abe]
9595

96-
### SYCL headers and runtime
96+
### SYCL Library
9797
- Fixed an issue with map/unmap events which caused problems with read only
9898
buffer accessors in CUDA backend [bf1b5b6]
9999
- Fixed errors happened when using `sycl::handler::copy` with `const void*`,

0 commit comments

Comments
 (0)