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).


Comments

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -