提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档
前言
开始学习目标检测(Detection)以及追踪(Track),用Matlab的时候也可以使用GPU加速,所以学着弄一下,留作记录。
一、为什么要使用?
(原文)The GPU reduces computation time significantly. Usage of the GPU requires Parallel Computing Toolbox™. For information about the supported compute capabilities, see GPU Computing Requirements (Parallel Computing Toolbox).
(翻译)强烈建议使用启用CUDA®的NVIDIA®GPU。GPU显著减少了计算时间。GPU的使用需要并行计算工具箱™. 有关支持的计算功能的信息,请参阅GPU计算要求(并行计算工具箱)。
二、使用步骤
1.查看驱动
安装最新的图形驱动程序。在NVIDIA Driver Downloads下载GPU驱动程序。要查看图形驱动程序版本,请使用gpuDevice功能。
查看并安装驱动(链接https://www.nvidia.com/Download/index.aspx#)