搜索资源列表
LUGPU1.0
- 使用GPU的强大并行计算能力来实现稠密矩阵的LU分解计算。-The use of a powerful GPU parallel computing capability to realize dense matrix LU decomposition calculation.
kmp
- 字符串的kmp匹配算法并行计算的源程序。-KMP string matching algorithm parallel computation of the source.
HelloGPGPU
- GPU程序代码!很经典的并行计算代码!希望对大家有帮助!-GPU code! Very classic parallel computing code! We want to help! Ha ha ... ...
VolumeI
- GPU 高性能并行计算介绍 -GPU
GPU
- 近年来,计算机图形处理器(GI.apllics Processing Unit,GPU)得到了极大地发展,从最初局限于图形渲染的图形卡,发展为如今可编程的并行计算平台。与CPU的串行计算模式不同,GPU是一种高度并行的流处理器,具有更强的浮点计算能力,在物理模拟、信号分析等许多领域人们将高强度的计算任务以适当的方式转化为流数据计算模式,通过编程在GPU中进行加速计算,通常能获得一个数量级的速度提高,这也是当今的热点研究问题之一。-In
GPU-speedup
- 针对LA在解决大规模优化问题时需要消耗大量的时间无法达到实时性的问题,结合GPU的高速并行性,本文提出了一种基于GPU(Graphics Processing Unit,GPU)加速的细粒度并行免疫算法。本算法借助CUJDA(Compute Unifled Device Architecture,CUDA)统一架构,将实现过程转化成CUDA线程块并行计算过程,使得免疫算法在GPU中加速执行,在取得较好的优化效果的同时,解决了细粒度并行的
cuda-GPU
- 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing
aiaa_2009_4001.tar
- 求解三维euler方程的GPU并行计算代码-3d euler equations GPU solve
GPU-BBSort
- 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
CUDA_VS2010
- GPU并行计算,cuda编程在VS2010平台上的配置。系统要求:windows 7,cuda 4.0(toolkit、SDK),VS2010.-GPU parallel computing, cuda programming in VS2010 platform configuration. System Requirements: windows 7, cuda 4.0 (toolkit, SDK), VS2010.
CudaTutorials
- GPU并行计算,cuda编程教程,硬件要求NVIDIA独立显卡。-GPU parallel computing, cuda programming tutorial, hardware requirements, NVIDIA discrete graphics.
gpu
- 利用CUDA进行并行计算,实现两个向量的距离,能够正常运行,速度比CPU的大很多-Parallel computing using CUDA to achieve the distance of two vectors, the normal operation of the CPU speed much larger than the
CUDA
- GPU并行计算及CUDA编程相关资料,都是从网上搜集过来的-GPU parallel computing and CUDA programming data are collected from the Internet over the
Interims-Check-That-Based-on-CUDA
- 本程序解决的问题是中期冲突探测的GPU加速问题。随着航空运输业的持续高速增长,空中交通流量日益增长、空域密度不断增加,使得飞机之间的碰撞风险大大增加,对飞行安全造成了严重威胁。为了保障空中交通安全,防止飞机发生危险接近甚至碰撞,冲突检测至关重要。但是,冲突检测的算法非常复杂,而且当某片空域密度过大时,会严重影响检测速度,从而丧失时效性,这时,CPU计算完全不能适应需求,引入GPU并行计算就很必要了。本试验中,经过cuda加速后,不仅能很
gpu
- 基于OPENCL并行计算接口。 To compile, the proper installation of OpenCL library is required。-Read a source file written in OpenCL, execute directly on GPU.
GPU高性能编程CUDA实战中文版
- 并行计算新手入门书籍,分析的简单透彻,实例举一反三,CUDA入门的好书(Parallel computing novice entry books, analysis of simple and thorough, examples of drawing inferences from others, CUDA entry of good books)
gtc_openacc_pgi_labs
- 使用PGI编译器用openacc进行GPU并行计算的一些training code ,详见readme文件(Some training code with openacc for GPU parallel computing using the PGI compiler, as detailed in the readme file)
GPU并行编程讲义
- 基于GPU并行计算基础讲义,为程序猿打开基于GPU编程的大门(Based on GPU parallel computing basic lecture, opens the gate for GPU programming based on program ape.)
GPU高性能编程CUDA实战—示例代码
- 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi s
中科大GPU并行计算课程相关课件
- GPU并行计算和CUDA程序开发及优化