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

Update specialization constant to align with the module proposal #121

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2020

  1. Update the spec constant interface to match the direction taken for S…

    …YCL module proposal.
    
    This patch rework the proposal to match the SYCL group direction.
    
    This API has been updated, the description is still work-in-progress.
    Naghasan committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6af24fd View commit details
    Browse the repository at this point in the history
  2. Add kernel_handler proposal to support the specialization constant

    The best way to have specialization constant implementable
    as a library is to rely on a kernel side handler.
    
    This handler can also be extended to handle barrier or other functionalities.
    
    Signed-off-by: Victor Lomuller <[email protected]>
    Naghasan committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    7b51265 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Update the Specialization Constant proposal using the kernel handler …

    …and NTTP.
    
    Signed-off-by: Victor Lomuller <[email protected]>
    Naghasan committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    cf88f7c View commit details
    Browse the repository at this point in the history