主要内容

并行计算基础

选择平行计算解决方案

并行计算可以帮助您以不同的方式解决大型计算问题。MATLAB®and Parallel Computing Toolbox™ provide an interactive programming environment to help tackle your computing tasks. If your code runs too slowly, you can profile it, vectorize it, and use built-in MATLAB parallel computing support. Then you can try to accelerate your code by usingparfor在平行池中的多个MATLAB工人上。如果您有大数据,则可以使用分布式数组或数据存储。您也可以执行任务而无需等待完成,使用帕菲瓦尔, so that you can carry on with other tasks. You can use different types of hardware to solve your parallel computing problems, including desktop computers, GPUs, clusters, and clouds.

职能

展开全部

parfor Execute为了- 与工人并行的环路迭代
帕菲瓦尔 在平行池工作人员上运行功能
gpuarray 存储在GPU上的阵列
分散式 访问分布式阵列的元素from client
MATLAB工人的脚本或功能
Parpool 在集群上创建并行池
ticbytes 开始计数在平行池中传输的字节
to 阅读自调用以来已传输了多少个字节ticbytes

话题

基本

学到更多

相关信息