码迷,mamicode.com
首页 >  
搜索关键字:nvidia    ( 943个结果
GPU与MIC对比
属性 NVIDIA GPU Intel MIC 单核 流处理器/CUDA core 每个核运行一个线程 X86 core 每个核上最多支持4个硬件线程 主频 接近1GHz 1.0-1.1GHz 核数 数十个到数千个 57-61 并行度 ...
分类:其他好文   时间:2014-09-29 23:09:01    阅读次数:539
多GPU设备处理点积示例
多GPU设备处理点积示例,项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all...
分类:其他好文   时间:2014-09-28 20:10:25    阅读次数:223
basic_double_stream_incorrect
不合理的代码 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-27 18:00:20    阅读次数:200
利用两个流进行操作演示
项目下载链接 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-27 17:11:00    阅读次数:196
零内存拷贝和普通拷贝对比
下载链接 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual p...
分类:其他好文   时间:2014-09-27 16:21:30    阅读次数:273
cuda流测试=basic_single_stream
cuda流测试 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectua...
分类:其他好文   时间:2014-09-27 15:25:40    阅读次数:254
拷贝时间测试=cudamelloc+cudahostalloc
1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual prope...
分类:其他好文   时间:2014-09-27 14:48:10    阅读次数:271
图形互操作源码分析
项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-26 21:03:18    阅读次数:237
Caffe + Ubuntu 14.04 + CUDA 6.5 配置说明
(本文档使用同一块NVIDIA显卡进行显示与计算, 如分别使用不同的显卡进行显示和计算,则可能不适用)1. 安装build-essentials安装开发所需要的一些基本包sudo apt-get install build-essential2. 安装NVIDIA驱动 (3.4.0)输入下列命令添加...
分类:其他好文   时间:2014-09-26 01:59:38    阅读次数:397
Centos 如何安装显卡驱动
题记:当我的Centos安装完成后,上网啊神马的,字体显示的都很粗糙,很明显啦,它是希望我安装一个linux版的显卡驱动。 所以就开始安装啦,然后按照网上的那些步骤,可是总安装不成功。下面就把我遇到的一些error贴出啦,如果你也遇到里同样的问题,不妨试试在下的方法,看看适不适合你的电脑。 安装驱动,首先按照网上的提示,用yum神马的,但是都没成功,所以转而通过下载驱动手动安装勒。 首先查下...
分类:其他好文   时间:2014-09-24 21:45:18    阅读次数:210
943条   上一页 1 ... 87 88 89 90 91 ... 95 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!