搜索资源列表
CUDA实现CNN膨胀的程序
- 利用CUDA wizard建立的控制台程序,在CUDA平台上并行实现了细胞神经网络(CNN)执行膨胀的操作。
cd40192
- 清华大学cuda培训教程 gpu并行算法 高清版pdf-Tsinghua University training course cuda parallel algorithm gpu HD version pdf
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
CUDA
- Nvidia CUDA超大规模并行程序设计训练课程 By清华大学微电子学研究所-Nvidia CUDA parallel programming ultra-large-scale training courses By Institute of Microelectronics, Tsinghua University
cuda
- CUDA是流行的并行计算的硬件和软件架构, 其高性能的可以应用到实际软件中的工具,包含一些学习CUDA的基本的一些资料,并且有本人的对别人讲过的PPT 已经一些总结-CUDA is a popular parallel computing hardware and software architecture, which can be applied to the actual high-performance software t
cudaMallocAndMemcpy
- cuda 并行代码 Malloc And Memcpy例子-cuda examples of parallel code Malloc And Memcpy
nvcc_2.3
- CUDA并行编程环境的compiler driver———nvcc的详细介绍-CUDA parallel programming environment, compiler driver--- nvcc detailed descr iption of
CUDA-ShapeContext
- Architecture)并行处理平台,对人脸形状识别算法Shape Context的串行算法进行了研究,并在CUDA平台中分别研究了其高效并行处理技术和并行算法。-Architecture) parallel processing platform, the shape of the face recognition algorithm Shape Context of the serial algorithm is studied,
cuda-GPU
- 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing
cuda_txcl
- 基于CUDA的高性能图像处理算法。着重介绍CPU和CUDA的计算能力,并详细介绍图像处理的背景以及几种操作的原理。在经过实验之后,对比CPU的计算能力可以发现,CUDA在并行处理数据的能力非常强大。由此可知,在图像处理的应用中,CUDA将大有可为。然而Hough变换的性能提升并不明显,其中的原子操作导致线程的排队,大幅度降低了线程并发性能,从而使得CUDA并行运算的优点不能显示出来,此问题的解决,有赖于对Hough变换并行算法的更深入研
CUDA
- CUDA并行程序的内存访问优化技术CUDA parallel program memory access optimization-CUDA parallel program memory access optimization
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
基于CUDA的并行高斯滤波算法
- 基于CUDA的并行高斯滤波算法,用OpenGL实现
cuda-matrixmul--reverse
- cuda并行计算 两基于vs实现的.cu代码 简单的实现矩阵相乘和反转。-Cuda parallel computing based on vs. Two cu code simple implementation of matrix multiplication and inversion
cuda(1)
- gpu图形编程,cuda并行编程学习资料整合。-gpu graphics programming, cuda parallel programming learning materials integration.
CUDA
- 简单介绍了一下基于GPU CUDA并行加速-Based on a brief introduction about GPU CUDA parallel acceleration
cuda+mpi
- 并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
CUDA by Example
- 学习cuda教程,里面都是实例,通过例子来学习cuda,结合并行计算理论和优化(CUDA by Example,learning cuda)
CUDA并行程序设计 GPU编程指南
- CUDA并行程序设计GPU编程指南 (Shane Cook著)苏统华 李东等译(CUDA parallel program design guide for GPU programming)
cuda-rsa4k-master
- RSA算法cuda并行优化实现(c语言版)(RSA algorithm CUDA parallel optimization (C language version))