[clang] [llvm] [AMDGPU] Add intrinsics for v_[pk]_add_{min|max}_* instructions (PR #164731)
    Stanislav Mekhanoshin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 24 10:04:53 PDT 2025
    
    
  
rampitec wrote:
> > JBTW, clamp is not clamp either. This is relu, which is not possible to match at all with any sort of input. Clamp bit is again repurposed.
> 
> relu?
According to spec: 'clamp bit is to control the RELU option. If clamp is set, the negative result is clamped to 0.'
https://github.com/llvm/llvm-project/pull/164731
    
    
More information about the llvm-commits
mailing list