triton.language.sqrt

triton.language.sqrt(x, _semantic=None)

Computes the element-wise fast square root of x.

Parameters:

x (Block) – the input values

This function can also be called as a member function on tensor, as x.sqrt() instead of sqrt(x).