登录
首页 » PPT » CUDA_Training

CUDA_Training

于 2016-06-13 发布 文件大小:6660KB
0 195
下载积分: 1 下载次数: 9

代码说明:

  CUDA学习者的福音,这个都是讲解利用CUDA进行GPU编程的一些课件,可以参考学习一下(CUDA learner s Gospel, this is explained by using CUDA GPU programming some of the courseware, can learn the reference)

文件列表:

CUDA_Training
.............\lecture1 cuda introduction 2008.ppt,2721280,2015-09-06
.............\lecture2 cuda basic 2008.ppt,733184,2015-09-06
.............\lecture3 cuda memory 2008.ppt,320000,2015-09-06
.............\lecture4 cuda threads 2008.ppt,357376,2015-09-06
.............\lecture5 application performance 2008.ppt,311296,2015-09-06
.............\lecture6 floating-point 2008.ppt,1221120,2015-09-06
.............\lecture7 case study vmd 2008.ppt,2552320,2015-09-06
.............\lecture8 case study 2008.ppt,2165248,2015-09-06
.............\lecture9 cuda conclusion 2008.ppt,25600,2015-09-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • GPU上CUDA实现N-Body
    应用背景在GPU上实现N-BODY算法。N-Body模拟问题覆盖了自然科学的很多领域,从宇观的天体物理到宏观的流体动力学,直至微观的分子动力学。例如通过研究围绕着银河系的暗物质晕轮的形状和动力学特征来探索银河系形成过程,需要模拟数百万的星体和暗物质间的作用。现代生物物理学和化学中的许多研究,如细菌或植物体的光合作用膜处发生的光能向化学能的转化,染色体中DNA和蛋白质分子的描述,都需要模拟上千万的原子核分子的作用。关键技术N-Body问题的两个重要特征是: 第一点.计算规模大,因为无论是宇观的天体尺寸还是微观的分 子尺度.都包含了大量的粒子,粒子的规模大到数百万、千万。由于在 系统中任意的两个粒子问都存在着相互作用,因此商接计算粒子间的 相互作用的量级就是O(N^2); 第二点.系统是动态变化的。为了反应系统的具体变化.尤其是在微观分子结构中.要求时间步足够小。这两个特征决定了计算机模拟 时巨大的计算量。这对于任何扁性能的单台计算机来说都是一个很难突破的瓶颈.因此采用并行汁算是解决N-Body问题的必然选择。主要涉及数据划分和线程任务划分实现。
    2022-12-08 07:20:03下载
    积分:1
  • cuda实现矩阵求逆
    此程序包的矩阵求逆函数基于 CUDA 的实现包含对称的积极明确逆矩阵使用 GPU。用法,请参阅 testspd.cpp 中的示例。此外,一般块矩阵求逆通过高斯(pivotting) 没有消除。请参阅 testge.cpp 例如使用。注: GE 可能无法在单精度足够稳定。请参阅生成文件更改为双精度。
    2022-07-16 13:09:40下载
    积分:1
  • MPIjingdian
    MPI并行程序设计(都志辉) 经典的,关于并行计算的学习资料(MPI parallel programming (DU) classic study of information on parallel computing)
    2021-01-03 23:18:55下载
    积分:1
  • ToolboxBSS
    盲分离算法,处理声音信号的分离,利用算法分离出语音信号,供语音识别使用(blind separation algorithm, the signal processing sound separation, the use of algorithms to isolate voice signal, for the use of speech recognition)
    2020-11-04 22:29:52下载
    积分:1
  • secuential归排序
    secuential归并排序
    2022-05-09 00:14:19下载
    积分:1
  • (强化学习入门)David Silver
    说明:  深度学习的中文版本,里面详细介绍了深度学习的各种算法,其中还有一些用到的基础内容,例如矩阵和向量的范数(Chinese version of the depth of learning, which detailed the depth of learning algorithms, some of which used the basics, such as vector and matrix norm)
    2019-06-20 21:48:45下载
    积分:1
  • Chaos
    描述混沌现象的判断及其使用MATLAB对该过程的仿真的程序源码(Description of chaotic phenomena and the use of MATLAB to determine the course of the simulation procedure source)
    2008-06-09 14:33:04下载
    积分:1
  • MPI_broadcast
    设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先,由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。(Design the MPI program MPI_Bcast operation: Each MPI process establishes a node communication sub-domain grouping according to the node name; then, each process of the 0 node of each node sub-communication domain is again formed into a communication domain named head; At first, the root process broadcasts the message in the head communication sub-domain, and then the processes in the head sub-domain broadcast in the node sub-domain where it is)
    2020-12-15 16:09:13下载
    积分:1
  • MPI-program-design
    MPI并行程序设计,介绍了MPI应用程序的编写方法及现状介绍等等(MPI parallel programming, this paper introduces the MPI application writing method and the present situation is introduced, and so on)
    2013-08-09 12:15:21下载
    积分:1
  • peterson
    Leader election for the MPI the Peterson algorithm
    2012-01-16 01:28:47下载
    积分:1
  • 696518资源总数
  • 104600会员总数
  • 46今日下载