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

Cherry pick fix for warning and compilation errors (#1849) #1947

Merged
merged 3 commits into from
Nov 25, 2024

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    df00f2d View commit details
    Browse the repository at this point in the history
  2. Always use size 16 sub-groups in single work-group radix sort if supp…

    …orted (#1833)
    
    * Only use sub-group sizes of 16 in one-wg radix sort
    
    This change is added to avoid a bug where IGC cannot compile SIMD32
    kernels with -O0 compilation flags. No performance impact is observed.
    
    Signed-off-by: Matthew Michel <[email protected]>
    
    ---------
    
    Signed-off-by: Matthew Michel <[email protected]>
    mmichel11 authored and timmiesmith committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4c1baaa View commit details
    Browse the repository at this point in the history
  3. Remove unused variable.

    timmiesmith committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8af77f2 View commit details
    Browse the repository at this point in the history