Accelerating MATLAB with CUDA

时间:2012-11-16 05:57:21
【文件属性】:
文件名称:Accelerating MATLAB with CUDA
文件大小:81KB
文件格式:PDF
更新时间:2012-11-16 05:57:21
CUDA Matlab GPU 论文 MATLAB is a powerful tool for prototyping and analysis.MATLAB could be easily extended via MEX files to take advantage of the computational power offered by the latest NVIDIA graphics processor unit (GPU). The graphic processor can be considered as a compute device that is capable of efficiently executing data parallel computations,and using CUDA, (Compute Unified Device Architecture [1]) can be programmed using a C-like language. MEXfiles are a way to call custom C or FORTRAN code directly from MATLAB as if they were MATLAB built-in functions.

网友评论

  • 这本书真的很好用,适合于CUDA和matlab的混编!