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

clang/AMDGPU: Emit atomicrmw from ds_fadd builtins #95395

Merged

Commits on Jun 18, 2024

  1. clang/AMDGPU: Emit atomicrmw from ds_fadd builtins

    We should have done this for the f32/f64 case a long time ago. Now that
    codegen handles atomicrmw selection for the v2f16/v2bf16 case, start emitting
    it instead.
    
    This also does upgrade the behavior to respect a volatile qualified pointer,
    which was previously ignored (for the cases that don't have an explicit
    volatile argument).
    arsenm committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    35c741f View commit details
    Browse the repository at this point in the history