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][Docs] Add legacy SYCL 1.2.1 image aspect #9217

Merged
merged 5 commits into from
May 5, 2023

Commits on Apr 26, 2023

  1. [SYCL][Docs] Add legacy SYCL 1.2.1 image aspect

    Since SYCL 2020 no longer has the SYCL 1.2.1 images, neither the
    `device::info::image_support` query nor `aspect::image` query guarantees
    that a given device support the SYCL 1.2.1 images. To alleviate this,
    this commit adds an extension with a new aspect `ext_intel_legacy_image`
    intended for querying support for SYCL 1.2.1 images.
    
    To help users correctly transition to using this new aspect, a warning
    is issued when the user calls either `platform::has` or `device::has`
    with `aspect::image`, warning the user that SYCL 2020 images are not
    supported and suggesting they use the new aspect instead. In a future
    update, these calls will be changed to return false due to missing
    SYCL 2020 image support.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    25c7275 View commit details
    Browse the repository at this point in the history
  2. Ext corrections

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1d8e67e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Update reference to Rev 7

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b2962f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b512d4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    b4b75d0 View commit details
    Browse the repository at this point in the history