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] Stop emitting kernel arguments metadata #2348

Merged
merged 2 commits into from
Aug 20, 2020

Commits on Aug 20, 2020

  1. [SYCL] Stop emitting kernel arguments metadata

    OpenCL kernel arguments metadata - kernel_arg_addr_space,
    kernel_arg_access_qual, kernel_arg_type, kernel_arg_base_type,
    kernel_arg_type_qual and kernel_arg_name - are not needed
    for SYCL.  But this causes optimizations to unnecessarily
    handle them, so stop emitting them.
    
    Signed-off-by: Premanand M Rao <premanand.m.rao@intel.com>
    premanandrao committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    18bc87b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a342061 View commit details
    Browse the repository at this point in the history