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] Implement missed cl::sycl::buffer functionality #56

Merged
merged 4 commits into from
Apr 1, 2019

Commits on Apr 1, 2019

  1. [SYCL] Add support for custom allocators in buffer

    Added missed constructors and get_allocator method.
    
    Signed-off-by: Mariya Podchishchaeva <mariya.podchishchaeva@intel.com>
    Fznamznon committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    e37640e View commit details
    Browse the repository at this point in the history
  2. [SYCL] Implement buffer::get_access with range and offset

    Signed-off-by: Mariya Podchishchaeva <mariya.podchishchaeva@intel.com>
    Fznamznon committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    78abab4 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Implement buffer::has_property and buffer::get_property

    Signed-off-by: Mariya Podchishchaeva <mariya.podchishchaeva@intel.com>
    Fznamznon committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    639d51f View commit details
    Browse the repository at this point in the history
  4. [SYCL] Implement buffer::set_write_back

    Signed-off-by: Mariya Podchishchaeva <mariya.podchishchaeva@intel.com>
    Fznamznon committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    3034366 View commit details
    Browse the repository at this point in the history