GPGPU相关

来源:互联网 发布:sql offset分页 编辑:程序博客网 时间:2024/04/28 09:17

http://gpgpu.org/

CUDA

CUDA资源索引贴

开勇的blog http://openhero.blog.51cto.com/434394/96508/

cuda 官方论坛 http://forums.nvidia.com/index.php?showforum=62

Simple CUDA Wizard for Visual Studio 2005 

入门读物 High Performance Computing with CUDA


开发环境配置
CUDA开发环境配置 :http://cuda.itpub.net/thread-1292849-1-1.html
CUDA win32XP SDK&ToolKit2.3配置说明:http://cuda.itpub.net/thread-1265732-1-3.html
在windows下安装cuda:http://cuda.itpub.net/thread-1240059-1-4.html

入门
CUDA基本介绍介绍PPT :http://cuda.itpub.net/thread-1240119-1-1.html
CUDA编程模型(入门) :http://cuda.itpub.net/thread-1240106-1-1.html
CUDA 的经典入门:http://cuda.itpub.net/thread-1240053-1-1.html
深入浅出谈CUDA 介绍CUDA的很好的资料:http://cuda.itpub.net/thread-1240138-1-1.html
cuda 入门资料:http://cuda.itpub.net/thread-1239992-1-2.html
深入浅出CUDA——很初步的CUDA指南:http://cuda.itpub.net/thread-1265596-1-2.html
CUDA学习入门资料整理:http://cuda.itpub.net/thread-1240109-1-1.html
深入浅出谈CUDA技术:http://cuda.itpub.net/thread-1240079-1-5.html
CUDA PPT 教程:http://cuda.itpub.net/thread-1240047-1-5.html
CUDA相关概念介绍:http://cuda.itpub.net/thread-1240022-1-5.html
清华大学CUDA并行程序设计教程:http://cuda.itpub.net/thread-1240061-1-3.html

开勇的blog http://openhero.blog.51cto.com/434394/96508/

cuda 官方论坛

http://forums.nvidia.com/index.php?showforum=62

Simple CUDA Wizard for Visual Studio 2005

入门读物 High Performance Computing with CUDA



提高
CUDA GPU编程:http://cuda.itpub.net/thread-1240114-1-5.html
UIUC的CUDA学习教程:http://cuda.itpub.net/thread-1240162-1-4.html
CUDA——了解和使用共享内存:http://cuda.itpub.net/thread-1240116-1-3.html
nVIDIA的CUDA编程指导:http://cuda.itpub.net/thread-1239994-1-5.html
CUDA编程指南3.0中文版:http://cuda.itpub.net/thread-1281433-1-1.html
cuda编程探讨,并行计算:http://cuda.itpub.net/thread-1265592-1-1.html
cuda 简单程序(代码):http://cuda.itpub.net/thread-1240133-1-2.html
MartrixAdd_CUDA 矩阵加的CUDA实现:http://cuda.itpub.net/thread-1240139-1-2.html
cuda get started:http://cuda.itpub.net/thread-1240155-1-4.html
Fermi白皮书:http://cuda.itpub.net/thread-1265113-1-3.html
CUDA编译器nvcc的说明:http://cuda.itpub.net/thread-1240153-1-4.html
NVIDIA首席科学家Bill Dally 10.29中科院演讲PPT:http://cuda.itpub.net/forum-225-4.html
NVIDIA_CUDA_ProgrammingGuide_2.3:http://cuda.itpub.net/thread-1264602-1-3.html
cuda设计的时间计算程序:http://cuda.itpub.net/thread-1240085-1-5.html
德国耶拿大学Cuda编程教材(英文版):http://cuda.itpub.net/thread-1240103-1-1.html


其他资源
CUDA DCT源代码:http://cuda.itpub.net/thread-1240032-1-1.html
GPU集群论文:http://cuda.itpub.net/thread-1262503-1-3.html
CUDA与fortran的连接:http://cuda.itpub.net/thread-1265737-1-2.html
CUDA 与MFC快速联调方法:http://cuda.itpub.net/thread-1240075-1-1.html
使用CUDA做图像模湖匹配:http://cuda.itpub.net/thread-1240087-1-4.html
CUDA的案例研究(来自官方的资料):http://cuda.itpub.net/thread-1240092-1-4.html
CUDA DLL的demo代码:http://cuda.itpub.net/thread-1240132-1-5.html
matlab 和cuda:http://cuda.itpub.net/thread-1240129-1-5.html
cuda 光线追踪代码:http://cuda.itpub.net/thread-1240118-1-5.html

rter

CUDA ray tracer http://cg.alexandra.dk/category/cuda-ray-tracer/

<<Programming Massively Parallel Processors>>, book, code


 

 

CUDA 编程工具下载:http://developer.nvidia.com/object/cuda_3_0_downloads.html

 

doc online

http://developer.download.nvidia.com/compute/cuda/3_0/toolkit/docs/online/group__CUDART__MEMORY_g48efa06b81cc031b2aa6fdc2e9930741.html

 

 

 

 

Libra SDK: C/C++ for both the CPU and GPU


CuPP
is a framework that has been developed to ease the integration of cuda into C++
applications. It enhances CUDA by offering automatic device/host memory

management, data structures and a special kernel call semantic, similar to call by reference as it is known from the C++ realm.



thrust
c++STL with cuda

 



原创粉丝点击