Skip to content
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

[SYCL] Fixes in release notes #2470

Merged
merged 2 commits into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
[SYCL] Fixes in release notes
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
  • Loading branch information
Sergey Kanaev committed Sep 14, 2020
commit 2ddbda25078aad934c76498c55b3b4aab581eeaa
4 changes: 2 additions & 2 deletions sycl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
include(AddSYCLExecutable)

set(SYCL_MAJOR_VERSION 3)
set(SYCL_MINOR_VERSION 1)
set(SYCL_MAJOR_VERSION 4)
vladimirlaz marked this conversation as resolved.
Show resolved Hide resolved
set(SYCL_MINOR_VERSION 0)
set(SYCL_PATCH_VERSION 0)
set(SYCL_DEV_ABI_VERSION 0)
if (SYCL_ADD_DEV_VERSION_POSTFIX)
Expand Down
2 changes: 2 additions & 0 deletions sycl/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Release notes for commit range 5976ff0..1fc0e4f
- Enabled USM indirect access for interoperability kernels [ebf5c4e]

## API/ABI breakages
- Added missing constructors and propety methods for context, program and
sampler[30b8acc]

## Known issues
- The format of the object files produced by the compiler can change between
Expand Down