triton.language.fdiv¶
- triton.language.fdiv(x, y, ieee_rounding=False)¶
Returns a floating-point resultant tensor of dividing x by y.
- Parameters:
x – the input numerator value.
y – the input denominator value.
ieee_rounding (bool) – To follow IEEE-754 floating point number rounding mechanism