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

Add two new properties to ur_kernel_group_info_t #1996

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Add two new properties to ur_kernel_group_info_t

    These two properties allow the program to specify a maximum work-group
    size in various ways.
    
    They are intended to be targeted from languages such as SYCL (see
    intel/llvm#14518).
    
    This PR implements them for CUDA and Native CPU. It should also be able
    support them for HIP, in the same fashion. Other adapters using SPIR-V
    and/or Level Zero would require further changes to both of those
    specifications.
    frasercrmck committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6eb5208 View commit details
    Browse the repository at this point in the history