搜索资源列表
CUDA
- 学习NVIDIA公司GPU平台CUDA开发环境的好资料,可以大体上了解CUDA的运行环境和编程技巧-NVIDIA' s GPU platform to learn CUDA development environment good information, you can generally understand the CUDA runtime environment and programming skills
NVIDIA_CUDA_1
- cuda资料,对于并行编程很有帮助!该资料描述了cuda的基本信息,以及重要的步骤,让您逐渐上手,轻松掌握cuda并行编程。-cuda information useful for parallel programming! The information describes the cuda s basic information, as well as an important step, so that gradually you get started, easy to master p
cuda
- cuda的教程,cuda是在nvdia的GT80以上显卡支持的Gpu编程的c语言环境-cuda' s Guide, cuda is the GT80 in nvdia above Gpu graphics support c programming language environment
NVIDIA_GT200
- 介绍NVIDIA s GT200 GPU的硬件架构,以及CUDA编程模型与GPU硬件实现之间的联系,是理解CUDA运行机理的一篇好文章!-The architeture of NVIDIA s GT200 GPU was Introduced in this paper, And the relationship between CUDA and GPU hardware was indicated. We could get more details of CUDA process in th
1
- cuda的编译规则,在编程时候非常有用,推荐-cuda' s compilation rules are very useful in programming, it is recommended
device1
- 查看CUDA的设备,并得到gou相关信息,适用于新手-View CUDA' s equipment, and get gou information, suitable for beginners
GPU_V1
- 基于GPU的SPH算法 在GPU上完全实现了SPH算法,并且进行了绘制 -GPU-based SPH algorithm on the GPU fully realized SPH algorithm, and were drawn
CUDA
- 面向大学的课件,介绍NVIDIA公司GPU在CDUA平台下的编程方法,是快速进入研究计算机并行计算的优秀课件,全英文的-For university courseware to introduce NVIDIA' s GPU programming platform in CDUA method is quick access to the best of parallel computing research computer courseware, all in English
CUDAdlltest
- VC++,VS2010平台上的三个CUDA dll测试程序(一个是库文件程序,另外两个是VS2010平台和VisualC++6.0平台下的测试程序,可以方便地作为CUDA dll应用程序开发的框架,为了能正确运行这些程序,请确保已经安装了NVIDIA GPU Computing SDK 4.0 及以上,并且电脑上要有NVIDIA的GPU显卡),程序均有详细的注释。文章可参考http://blog.csdn.net/menglongbor/article/details/7526493-VC++,
cuda_lecture_1
- 清华大学郑仰东CUDA教学课件1,是很好的CUDA入门材料-Tsinghua university ZhengAngDong s CUDA teaching courseware 1,a very good CUDA introductory material
cuda_lecture_2
- 清华大学郑仰东CUDA教学课件2,是很好的CUDA入门材料-Tsinghua university ZhengAngDong s CUDA teaching courseware 1,it is a very good CUDA introductory material
cuda_lecture_3
- 清华大学郑仰东CUDA教学课件3,是很好的CUDA入门材料-Tsinghua university ZhengAngDong s CUDA teaching courseware 1,it is a very good CUDA introductory material
cuda_lecture_4
- 清华大学郑仰东CUDA教学课件4,是很好的CUDA入门材料-Tsinghua university ZhengAngDong s CUDA teaching courseware 4,it is a very good CUDA introductory material
Book.CUDA.by.Example.Sanders
- CUDA BY EXAMPLE: AN INTRODUCTION TO GENERAL-PURPOSE GPU PROGRAMMING,非常适合CUDA编程开发者在开发过程中参考使用,里面有非常多经典的并行实例可供学习。-CUDA BY EXAMPLE: AN INTRODUCTION TO GENERAL-PURPOSE GPU PROGRAMMING Author(s): Jason Sanders Edward Kandrot Published: 28 Jul 201
CUDA-Application-Design
- CUDA Application Design and Development,CUDA程序设计与开发,最近刚出不久的一本书,里面的技术很新,相比上一代Fermi架构,新的Tesla并行架构,并行效能效果进一步增强。-CUDA Application Design and Development Author(s): Rob Farber Published: 14 Nov 2011 As the computer industry retools to leverage mass
LSMI-GPU-CUDA
- 程序是基于GPU的CUDA架构进行通用计算的程序,程序实现的功能是阵列信号处理的波束形成,实现方法是LSMI即迭代对角加载采样矩阵求逆法,用的编程软件是vs2012-the program is based on GPU s CUDA,its function is beamform for array signal process,the method is LSMI,vs2012 is used
reverseArray_singleblock
- 反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,
CUDA code
- CUDA(Compute Unified Device Architecture),是显卡厂商NVIDIA推出的运算平台。 CUDA?是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。(CUDA (Compute Unified Device Architecture), is the graphics platform NVIDIA's computing platform. CUDA is a general purpose parallel computi
simulink&&CUDA
- 利用simulink的自动生成代码功能生成代码后,在VC2013上进行编译,然后调用CUDA程序(After generating code from Simulink's automatic generation of code, compiling on VC2013, then calling the CUDA program)
CUDA_Installation_Guide_Windows
- CUDA安装说明,PDF 文档,官方提供(CUDA installation menual. it's a pdf file provide by Nvdia)