不合理的代码 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流测试 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
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
(本文档使用同一块NVIDIA显卡进行显示与计算, 如分别使用不同的显卡进行显示和计算,则可能不适用)1. 安装build-essentials安装开发所需要的一些基本包sudo apt-get install build-essential2. 安装NVIDIA驱动 (3.4.0)输入下列命令添加...
分类:
其他好文 时间:
2014-09-26 01:59:38
阅读次数:
397
题记:当我的Centos安装完成后,上网啊神马的,字体显示的都很粗糙,很明显啦,它是希望我安装一个linux版的显卡驱动。
所以就开始安装啦,然后按照网上的那些步骤,可是总安装不成功。下面就把我遇到的一些error贴出啦,如果你也遇到里同样的问题,不妨试试在下的方法,看看适不适合你的电脑。
安装驱动,首先按照网上的提示,用yum神马的,但是都没成功,所以转而通过下载驱动手动安装勒。
首先查下...
分类:
其他好文 时间:
2014-09-24 21:45:18
阅读次数:
210
首先准备好从nvidia官网下载的文件系统,然后解压。把该文件系统内/usr/lib/arm-linux-gnueabihf文件夹拷贝到主机根目录并保持相对目录结构,把该文件系统内/lib/arm-linux-gnueabihf文件夹拷贝到主机根目录并保持相对目录结构。使用NSight打开cuda-toolkit-6-0自带的例程,在工程设置中将目标平台改为ARM,将路径中的x86_64字样修改为...
分类:
其他好文 时间:
2014-09-24 19:22:37
阅读次数:
182
from:https://developer.nvidia.com/mvapichMVAPICH2 is an open source implementation of Message Passing Interface (MPI) that delivers the best performan...