搜索资源列表
jasper-1.701.0.gpu+dwtgpu.0.9a
- GPU优化的小波变换,将cpu的计算移到GPU执行-the wavelet transform by GPU optimized,shift the compute of the CPU to GPU perform
fft-gpu
- 选自<gpu gemes 2>,用gpu实现快速傅立叶变换-From <gpu gemes 2>, using GPU for fast Fourier transform
GPU
- GPU深度发掘.很经典的搞GPU的文章,是学习GPU和通用计算的基础-GPU depth of excavation. Is engaged in a classic article GPU, GPU and GM learn the basis of calculation
GPU-KLT-1.0
- 利用C++实现的KLT跟踪算法,通过GPU提高算法效率。-The use of C++ Realize the KLT tracking algorithm, through the efficiency of GPU algorithms improve.
Addison.Wesley.GPU.Gems.3.Aug.2007
- 关于GPU开发的电子书籍,很详细,非常值得研究,英文版-GPU developed on e-books, very detailed, very worthy of study, English
GPU-KLT-1.1
- 在gpu上运行的klt算法,可以实现角点检测与跟踪-In the GPU running on KLT algorithm, can achieve corner detection and tracking
GPU+Gems+2
- GPU gems 2 很好的书,介绍了GPU 的一些应用,涉及面很广-GPU gems 2 very good book on the GPU for some applications, involving a wide range of
GPU-Partikel-System
- GPU 粒子系统, 采用了Shader4技术,对显卡的要求很高,但视学效果非常好-GPU particle system
gpu
- 现在gpu正是大行其道的时候,我们来介绍一下gpu的功能吧-that s very good for you to use
GPU.Gems.3
- GPU Gems 3英文版,全文,电子书格式-GPU Gems 3 in English, full text e-book format
gpu
- gpu编程书籍 并行计算机导论 对gpu编程者有很大的帮助-Parallel gpu computer programming books An Introduction to Programming on the gpu are of great help
GPU
- 采用GPU通用计算API(CUDA)实现矩阵相乘-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication
GPU
- 近年来,计算机图形处理器(GI.apllics Processing Unit,GPU)得到了极大地发展,从最初局限于图形渲染的图形卡,发展为如今可编程的并行计算平台。与CPU的串行计算模式不同,GPU是一种高度并行的流处理器,具有更强的浮点计算能力,在物理模拟、信号分析等许多领域人们将高强度的计算任务以适当的方式转化为流数据计算模式,通过编程在GPU中进行加速计算,通常能获得一个数量级的速度提高,这也是当今的热点研究问题之一。-In
cuda-GPU
- 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing
GPU-Gems3
- 给出了GPU的最新快照,详细描述了当今最新的GPU的内部架构,以及如何利用GPU的编程技巧。另外额外探讨了如何利用GPU的计算能力完成其他计算任务(CUDA)。-This third volume of the best-selling GPU Gems series provides a snapshot of today s latest Graphics Processing Unit (GPU) programming tech
GPU
- GPU概述与研究 方便计算机图形学和游戏开发者研究-for game programer to study GPU
GPU-CUDA
- 一些GPU学习资料, 一些GPU学习资料-Some GPU learning materials, some GPU learning materials, learning materials some of GPU
CFD-using-GPU
- GPU上实现计算流体力学(CFD)范例介绍。-Computational Fluid Dynamics using GPU
BC-Particle-System-on-GPU
- 本人给出了计算机处理粒子系统时如何将大量的CPU运算转移到GPU的一个方案。-in the context, i proposed a new method to transfer the compute burden from cpu to gpu.
GPU-BBSort
- 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs