Skip to content

[SYCL] Fix link in release notes. #525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Release notes for commit c557eb740d55e828fcf74b28d2b686c928e45318.
specifying "Kernel Name" type. This can be enabled by passing
`-fsycl-unnamed-lambda` option.
- Kernel to kernel blocking and non-blocking pipe feature is implemented.
- Added support for Unified Shared Memory ([USM](sycl/doc/extensions/usm)).
- Added support for Unified Shared Memory ([USM](doc/extensions/usm)).

## Improvements
- Now OpenCL 1.2 clCreateSampler sampler is used for all version of OpenCL
Expand Down