搜索资源列表
CUDA stereo match 源码
- 利用CUDA基于GPU编程,立体匹配的源程序。比单独给予CPU提高20倍速度
2D CUDA-based bilinear interpolation
- This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
CUDA.rar
- 文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上,The article describes how to use CUDA to achieve neural networks, and he applied to image processing unit on the GPU
CUDA-Best-Practices-Guide-v2.3
- CUDA GPU高性能计算少见的好书,由NVIDA出版-High-performance computing CUDA GPU rare books, published by the NVIDA
CUDA-SAR-imaging-CSA
- 基于CUDA的SAR成像模拟,在GPU上得到了很好的加速比,由于时间所限,只进行了点目标的仿真。希望多多交流~-CUDA-based SAR imaging simulation on the GPU to get a good speedup, due to time constraints, only a point target simulation. Want to interact-
MonteCarlo
- 采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
GPU-course
- 自己收集整理的关于GPU的编程环境安装,配置,编程,应用技巧等众多网络上的优秀文章和资源,非常的实用和丰富。主要是针对NVIDIA公司的CUDA的,开发平台包括Linux和VS2005,VS2008,VS2010。-Collected on their GPU programming environment installation, configuration, programming, application techniques and many excellent articles on
CUDA_Match
- 基于NVIDIA CUDA GPU计算开发环境的双目视觉匹配程序,用于立体视觉的识别,同时可用于三维重建。主要算法在显卡上进行,需要NVIDIA的支持CUDA的显卡-NVIDIA CUDA GPU-based computing development environment to match the binocular vision procedures, for three-dimensional visual recognition, can be used for three-dimen
CUDAMC
- 基于cuda的均匀生物组织中光线追踪的程序,其计算效率相当好 需要nvidia显卡支持-ray trace in uniform tissue base on cuda/gpu
CUDAtools
- CUDA(GPU计算)开发资料,包括3份文档和一份快速开发设置工具,文档包括有CUDA环境设置,CUDA简易编程以及非常有名的深入浅出谈CUDA技术一文。-CUDA (GPU computing) development information, including three copies of the document and a set for rapid development tools, documentation including CUDA environment setting
cuda-GPU
- 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing devices unified architecture,
CUDA-CPU-GPU
- 跟大家深入到CUDA的内部,为大家诠释为什么说:唯有NVIDIA CUDA才是终极的CPU-CUDA with you deep into the interior, as we interpret why: Only the CPU is the ultimate NVIDIA CUDA
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 techniques. The programmability of
CUDA-GPU-A-GOOD-BOOK
- 学习CUDA编程入门的一本书,用实例讲解了不同优化程度的执行效率,本人受益匪浅,里面的代码可用。-Introduction to CUDA programming learning a book explained with examples the efficiency of different optimization levels, I benefited greatly from inside the code available.
CUDA
- GPU编程计算统一设备架构Cuda的入门资料 中文版讲的比较详细-GPU Compute Unified Device Architecture Cuda programming introductory information about the Chinese version of the more detailed
CUDA-GPU-Programming
- CUDA显卡驱动编程简介:c语言编程,可以简单的了解下显卡驱动编程,只不过有些英文即使是查字典也可能是晦涩难懂,只能说下,多研究吧-CUDA programming for c
cuda-z-0.1
- linux下的cuda监视器,查看gpu状态-monitor under linux cuda, gpu status check
Matrix-Inversion-with-CUDA-master
- 利用cuda完成GPU编程,实现对给定矩阵的求逆操作(a cuda code for calculating a inverse matrix of a given matrix)
CUDA book(2018)
- CUDA GPU 并发编程开发 Tolga Soyata 的书((Chapman & Hall_CRC Computational Science) Tolga Soyata-GPU Parallel Program Development Using CUDA-Chapman and Hall_CRC (2018))
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 stream code.)