triton.language.extra.cann.libdevice¶
Libdevice Ops¶
Computes the element-wise acos of |
|
Computes the element-wise acosh of |
|
Computes the element-wise arcsine of |
|
Computes the element-wise asinh of |
|
Computes the element-wise arctangent (inverse tangent) of the input tensor. |
|
Computes the arctangent of arg0/arg1, using signs to determine the quadrant. |
|
Computes the element-wise atanh of |
|
Computes the element-wise copysign of |
|
Computes the element-wise cosh of |
|
Computes the element-wise besseli0 (Modified Bessel function of the first kind, order 0). |
|
Computes the division with round-toward-zero mode. |
|
Computes the inverse error function. |
|
Computes the element-wise expm1 of |
|
Computes a fast floating-point division. |
|
Computes a fast exponential (e^x) of the input tensor. |
|
Reinterprets the bits of a float32 value as an int32. |
|
Computes the floating-point remainder of arg0 / arg1. |
|
Computes the Gamma function using the Lanczos approximation. |
|
Computes the element-wise hypot(Euclidean Distance) of |
|
Returns the integer binary exponent of the input tensor. |
|
Tests whether each element of the input tensor is infinity. |
|
Tests whether each element of the input tensor is NaN. |
|
Computes x * 2^exp from a mantissa and an exponent. |
|
Computes the natural logarithm of the absolute value of the Gamma function. |
|
Computes the element-wise base-10 logarithm of |
|
Computes the element-wise natural logarithm of (1 + x). |
|
Computes the element-wise nearbyint of |
|
Computes the element-wise nextafter of |
|
Computes arg0 raised to the power of arg1. |
|
Computes the element-wise reciprocal (1/x) of the input tensor. |
|
Computes the element-wise ReLU activation: max(0, x). |
|
Rounds the input tensor to the nearest integer using round-to-nearest-even. |
|
Rounds the input tensor to the nearest integer. |
|
Returns the sign bit of the input tensor. |
|
Computes the element-wise sinh of |
|
Computes the element-wise tangent of the input tensor. |
|
Computes the element-wise hyperbolic tangent of the input tensor. |
|
Computes the element-wise trunc of |