triton.language.div_rn

triton.language.div_rn(x, y)

Computes the element-wise precise division (rounding to nearest wrt the IEEE standard) of x and y.

Parameters:
  • x (Block) – the input values

  • y (Block) – the input values