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] Add support for discard access modes #89

Merged
merged 3 commits into from
Apr 18, 2019
Merged

[SYCL] Add support for discard access modes #89

merged 3 commits into from
Apr 18, 2019

Commits on Apr 18, 2019

  1. [SYCL] Add support for discard access modes

    cl::sycl::discard_write and cl::sycl::discard_read_write are now
    supported. Do not proceed copying buffer from device to host and
    vice versa if any of mentioned modes are set.
    
    Signed-off-by: Dmitry Sidorov <[email protected]>
    MrSidims committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    8e1f32b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759fcc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbd1a39 View commit details
    Browse the repository at this point in the history