开发者

Mathematica and CUDA

开发者 https://www.devze.com 2023-03-08 13:37 出处:网络
Is it possible that built in functions in Mathematica (like Minim开发者_如何学JAVAize[expr,{x1,x2,...}]) will start to work via CUDA after installation of CUDA module for Mathematica?I don\'t believe

Is it possible that built in functions in Mathematica (like Minim开发者_如何学JAVAize[expr,{x1,x2,...}]) will start to work via CUDA after installation of CUDA module for Mathematica?


I don't believe so, no. Mathematica's CUDALink module currently provides only a handful of GPU accelerated functions - some basic image processing operations, BLAS style linear algebra calls, Fourier Transforms and simple parallel reductions (argmin, argmax, and summation). There is also tools for integrating user written CUDA code, and for generating CUDA code symbolically. Outside of that, the rest of Mathematica's core functionality remains CPU only.

You can see full details of current CUDA and OpenCL support here.

0

精彩评论

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