摘要: >>help gpuThere are several options available for using your computer's graphics processing unit (gpu) for matrix operations. - Transfer data between 阅读全文
posted @ 2019-01-06 16:01 好问雷 阅读(1309) 评论(0) 推荐(0) 编辑
摘要: 在command window中输入 >> profile on>> profile clear>> profile viewer 就会出现如下窗口 在将头所指向的位置输入需要测试的函数 按enter开始测试,最终会得到每行代码的运行时间 阅读全文
posted @ 2019-01-06 15:54 好问雷 阅读(571) 评论(0) 推荐(0) 编辑
摘要: Eigen 矩阵乘法的速度 < MKL矩阵乘法的速度,MKL矩阵乘法的速度与matlab矩阵乘法的速度相差不大,但matlab GPU版本的矩阵乘法速度是CUP的两倍,在采用float数据类型时10000*10000的矩阵乘法不到1秒 阅读全文
posted @ 2019-01-06 15:44 好问雷 阅读(2143) 评论(4) 推荐(1) 编辑