搜索资源列表

  1. MatrixMulTexture_kernel

    0下载:
  2. 基于GPU的并行编程,采用纹理实现两个矩阵相乘。自己写的程序。-This is a parallel program based GPU,which achieved two matrix multiplication with texture.It is mine.
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:1kb
    • 提供者:Tandy
  1. Mars_v2

    0下载:
  2. GPU实现的MapReduce fr a mework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce fr a mework, on graphics processors (GPUs). MapReduce is a distributed programming
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:7.56mb
    • 提供者:陈思远
  1. gpu

    0下载:
  2. gpu编程书籍 并行计算机导论 对gpu编程者有很大的帮助-Parallel gpu computer programming books An Introduction to Programming on the gpu are of great help
  3. 所属分类:OpenGL

    • 发布日期:2024-11-20
    • 文件大小:2.96mb
    • 提供者:伍天
  1. GPU

    0下载:
  2. 近年来,计算机图形处理器(GI.apllics Processing Unit,GPU)得到了极大地发展,从最初局限于图形渲染的图形卡,发展为如今可编程的并行计算平台。与CPU的串行计算模式不同,GPU是一种高度并行的流处理器,具有更强的浮点计算能力,在物理模拟、信号分析等许多领域人们将高强度的计算任务以适当的方式转化为流数据计算模式,通过编程在GPU中进行加速计算,通常能获得一个数量级的速度提高,这也是当今的热点研究问题之一。-In
  3. 所属分类:文档资料

    • 发布日期:2024-11-20
    • 文件大小:10.71mb
    • 提供者:liaozw
  1. CUDAGPUPatternrecognition

    0下载:
  2. 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。-This paper analyzes the Tesla GPU computing architecture and CUDA graphics and computing devices unified fr a mework, a detailed desc
  3. 所属分类:文档资料

    • 发布日期:2024-11-20
    • 文件大小:1.02mb
    • 提供者:谭春武
  1. cuda-GPU

    0下载:
  2. 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-20
    • 文件大小:2.82mb
    • 提供者:逍遥
  1. reverseArray_multiblock

    0下载:
  2. 在linux下,用gpu实现对矩阵转置的并行编程-In linux, with the gpu to achieve the matrix transpose of parallel programming
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-20
    • 文件大小:2kb
    • 提供者:布谷
  1. CUDA_VS2010

    0下载:
  2. 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.
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:13kb
    • 提供者:king
  1. CudaTutorials

    0下载:
  2. GPU并行计算,cuda编程教程,硬件要求NVIDIA独立显卡。-GPU parallel computing, cuda programming tutorial, hardware requirements, NVIDIA discrete graphics.
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:1006kb
    • 提供者:king
  1. opencl-parallel-programing

    0下载:
  2. opencl 并行编程,针对GPU进行并行编程。是一本入门级的并行编程教程。-opencl parallel programing for GPU
  3. 所属分类:OpenGL

    • 发布日期:2024-11-20
    • 文件大小:2.56mb
    • 提供者:张素兰
  1. MultiDevice

    0下载:
  2. 在学习CUDA GPU并行编程时写的,用于将应用分布到多个GPU设备进行处理的通用代码。-This program is finished when I was learning CUDA GPU parallel programming. It deploys the applications to multiple GPU devices and can be used in many environments.
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:60kb
    • 提供者:侯凯希
  1. hardware-GPU

    0下载:
  2. 里面包含目前流行的nvidia的GPU的硬件体系结构简介,对于CUDA并行编程的编写与调试会有很大帮助!-Which contains the currently popular nvidia GPU hardware architecture Introduction, for the preparation of the CUDA parallel programming and debugging will be very hel
  3. 所属分类:OpenGL

    • 发布日期:2024-11-20
    • 文件大小:55kb
    • 提供者:xzq
  1. CUDA-programming

    0下载:
  2. 此文档讲述的事CUDA编程的基础技术,对于基于GPU 的并行编程入门学者有帮助-This document is about the basis of the CUDA programming technology, entry scholars for GPU-based parallel programming
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:2.81mb
    • 提供者:wangzhao
  1. [GPU-CUDA--C-Programming]

    0下载:
  2. GPU CUDA C并行编程是计算机实现并行高速计算的强大方式,本资料将引领你进入这个神奇的世界-GPU CUDA C parallel programming is a powerful way to achieve parallel high-speed computer, this information will lead you into the magic of the world
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:42.8mb
    • 提供者:王KK
  1. MatlabCuda

    0下载:
  2. 自己写的GPU并行程序和MATLAB 平台混合调用,适合初学者学习MATLAB 和GPU的并行编程(Write their own GPU parallel program and MATLAB platform mixed call, suitable for beginners to learn MATLAB and GPU parallel programming)
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:2.44mb
    • 提供者:Bigstrong
  1. GPU高性能编程CUDA实战中文版

    0下载:
  2. 并行计算新手入门书籍,分析的简单透彻,实例举一反三,CUDA入门的好书(Parallel computing novice entry books, analysis of simple and thorough, examples of drawing inferences from others, CUDA entry of good books)
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:27.82mb
    • 提供者:菜与才
  1. GPU并行编程讲义

    0下载:
  2. 基于GPU并行计算基础讲义,为程序猿打开基于GPU编程的大门(Based on GPU parallel computing basic lecture, opens the gate for GPU programming based on program ape.)
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:4.82mb
    • 提供者:H————H
  1. 32679--GPU高性能编程CUDA实战—示例代码

    0下载:
  2. 本资料是GPU高性能编程CUDA实战—示例代码,非常完整,非常适合学习与模仿,都相应的完成书中的算法和详细的并行代码编写过程。(This data is GPU high performance programming CUDA real - example code, very complete, very suitable for learning and imitation, the corresponding completio
  3. 所属分类:其他小程序

    • 发布日期:2024-11-20
    • 文件大小:329kb
    • 提供者:Bigstrong
  1. GPU高性能编程CUDA实战—示例代码

    1下载:
  2. 结合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
  3. 所属分类:并行运算

    • 发布日期:2024-11-20
    • 文件大小:298kb
    • 提供者:zjujie
  1. CUDA Fortran 高效编程实践.pdf

    0下载:
  2. CUDA Fortran 高效编程实践_科学家和工程师特供 2007 年以来,以 nVidia GPU 为代表的加速器并行计算风起云涌,带有加速器的超级计 算机在 TOP500 中的份额逐年增加,支持加速器的主流应用软件也呈爆炸式增长,研究加速 器计算的技术人员数以百万计,世界范围内的大学、研究机构竞相开设相关课程。 目前流行的 GPU 通用编程语言是 CUDA C 和 OpenCL. 它们均是 C/C++语言的扩展,因 此可以方便
  3. 所属分类:文档资料

    • 发布日期:2024-11-20
    • 文件大小:2.04mb
    • 提供者:zzfthu
« 12 3 »

源码中国 www.ymcn.org