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

Remove confusing wording about errors #471

Merged

Commits on Oct 11, 2023

  1. Remove confusing wording about errors

    I noticed this while reviewing work on the SYCL reference guide.
    
    The specification for the member functions `queue::get_context` and
    `queue::get_device` implied that they could throw an exception for an
    error scenario.  I cannot think of any reason these functions could
    fail because a queue always has a context and a device.  Therefore,
    I think we should remove these sentences.  For example, notice that
    there is no similar wording for `queue::is_in_order`, which also has
    no obvious reason to fail.
    gmlueck committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ca9fd2b View commit details
    Browse the repository at this point in the history