开发者

Is there build-in cross and dot products in CUDA?

开发者 https://www.devze.com 2023-01-06 04:58 出处:网络
Is there build-in cross and dot products in CUDA like in opencl, so cu开发者_运维百科da kernels can use it?

Is there build-in cross and dot products in CUDA like in opencl, so cu开发者_运维百科da kernels can use it? I have nothing found in the specification until now.


You can find definitions for these functions in cutil_math.h in the SDK.

There are routines for the dot product in CuBLAS.

0

精彩评论

暂无评论...
验证码 换一张
取 消