随笔分类 -  GPU

CUDA/DirectCompute/OpenCL
VS2010 + OpenCL 1.1 @ Windows 7 + AMD HD6870
摘要:VersionsOS: Windows 7GPU: AMD Raedon HD 6870IDE: Visual Studio 2010Driver:ATI Catalyst™ 11.7 Driver SuiteOpenCL:AMD APP SDK v2.5 with OpenCL™ 1.1 supportPrerequisitesATI Catalyst™ 11.7 Driver Suite - Dowload fromhttp://www2.ati.com/drivers/11-7_vista32_win7_32_dd_ccc_ocl.exeAMD APP SDK v2.5 with Ope 阅读全文

posted @ 2011-08-26 10:36 snigoal 阅读(933) 评论(0) 推荐(1)

Jack Dongarra/杰克 多加拉
摘要:英文名:Jack Dongarra中文名:杰克 多加拉主 页:http://www.netlib.org/utk/people/JackDongarra/index.html领 域:高性能/并行计算大牛专 著:并行计算综论/9787121006388/http://book.douban.com/subject/1318727/He has contributed to the design and implementation of the following open source software packages and systems: EISPACK, LINPACK, th... 阅读全文

posted @ 2011-07-02 22:06 snigoal 阅读(424) 评论(0) 推荐(0)

OpenCV 2.2(Release@December,2010)支持GPU CUDA加速
摘要:OpenCV Change Logscheckhttp://opencv.willowgarage.com/wiki/OpenCV%20Change%20LogsOnline reference manual forGPUOnline reference manual for GPU is athttp://opencv.willowgarage.com/wiki/OpenCV_GPUOpenCV的一些函数已经可以通过GPU来加速。GPU加速是通过NVida CUDA运行时API实现的,所以只有Nvidia的显卡(需要支持CUDA)可以实现加速。GPU加速部分包括一些实用函数,low leve 阅读全文

posted @ 2011-05-25 19:37 snigoal 阅读(781) 评论(0) 推荐(0)

[转]Visual Studio 2008 Project for CUDA 3.2
摘要:How to configure a Visual Studio 2008 Project for CUDA 3.2 ?Follow those instructions./!\ Tested with Visual Studio 2008 Professional Edition SP1 and Visual Studio C++ Express 2008 /!\PrerequisitesDownload and install Visual Studio 2008 (http://www.microsoft.com/express/Downloads/, select tab Visual 阅读全文

posted @ 2011-05-09 17:04 snigoal 阅读(527) 评论(0) 推荐(0)

Windows下使用VS2008+CUDA3.0开发的详细配置 (Setup CUDA 3.0 on VS2008 in Windows)
摘要:操作系统(OS): Windows 7集成开发环境(IDE): Microsoft Visual Studio 2008 SP1CUDA版本(CUDA Version): 3.0进行CUDA编程时支持CUDA的硬件不是必须的,CUDA提供了用CPU模拟GPU运行的模式,所以CUDA程序可以在任何配置的机器上编写。但是,想要体验CUDA的大规模并行的高速运算,支持CUDA的硬件是必须的。下载CUDA下载:http://developer.nvidia.com/object/cuda_3_0_downloads.htmlCUDA VS Wizard下载:http://sourceforge.net 阅读全文

posted @ 2011-01-07 21:52 snigoal 阅读(2557) 评论(0) 推荐(0)