triton.experimental.gluon.language.sqrt_rn
- triton.experimental.gluon.language.sqrt_rn(x, _semantic=None)
Computes the element-wise precise square root (rounding to nearest wrt the IEEE standard) of
x.- Parameters:
x (Block) – the input values
This function can also be called as a member function on
tensor, asx.sqrt_rn()instead ofsqrt_rn(x).