CUDA数学函数
pow, sqrt, cbrt, hypot, exp, exp2, expm1, log, log2, log10, log1p, sin, cos, tan, asin, acos, atan, atan2, sinh, cosh, tanh, asinh, acosh, atanh, ceil, floor, trunc, round, etc.
只支持标量运算
许多函数有一个快速、较不精确的对应版本
以”__”为前缀,如__sin()
编译开关-use_fast_math强制生成该版本的目标码
2022-03-16 19:37:07
1.67MB
cuda
gpu
1