Find logarithm in cuda -
how find logarithm in cuda? i'm looking device function.
thanks
you can use:
logf(x) __logf(x) log2f(x) __log2f(x) log10f(x) __log10f(x)
taken cuda programming guide (appendix d).
how find logarithm in cuda? i'm looking device function.
thanks
you can use:
logf(x) __logf(x) log2f(x) __log2f(x) log10f(x) __log10f(x)
taken cuda programming guide (appendix d).
Comments
Post a Comment