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][Bindless][Exp] Add Support For Unsampled Image Arrays #12464

Merged

Commits on Jan 23, 2024

  1. [SYCL][Bindless][Exp] Add Support For Unsampled Image Arrays

    - Creation / destruction of unsampled image arrays
    - Reading / writing of unsampled image arrays
    - sycl::ext::oneapi::experimental::image_type::array enum value added
    - sycl::ext::oneapi::experimental::image_descriptor::array_size member added
    - sycl::ext::oneapi::experimental::image_descriptor::verify() member function added
    isaacault committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    442f0d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Address Feedback:

    - Use bindless_helpers funcs for vulkan interop testing
    - Rename fill_rand func to conform to snake case
    - Use new assertion on unsampled coords in read_image_array
    - Declare and use syclexp namespace in image array test
    isaacault committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    560a552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eccbdb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Feb 6, 2024

  1. Address Feedback:

    * Remove cast reshuffling
    * Wrap image array read/write intrinsics in macros
    isaacault committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6b2ca14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e782d6b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Address Feedback:

    * Use image descriptor verify where applicable
    * Periods after comments
    isaacault committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7a45785 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 20, 2024

  1. Fix merge

    * Vulkan test passing
    * `read_image_array` accepts `HintT` template
    isaacault committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5afc472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddcb510 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Fix Merge

    * Use convertToOpenCLType helper
    isaacault committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    efd0fc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    77113e3 View commit details
    Browse the repository at this point in the history
  2. Fix merge formatting

    isaacault committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    217545a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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