搜索资源列表
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_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
SumProductGPU.tar
- cuda product of sums algorithm on the gpu
gpuqsortlib
- gpu 快速排序,利用gpu实现快速排序,是目前最有效率的一种-quick sort by gpu
RayTracing
- 有关CUDA应用的实例,可以查看CPU和GPU运算的差别。-Examples of applications related to CUDA, you can view the CPU and GPU computing the difference.
JpegEncodeGPU
- GPU加速jpeg图像编码,利用CUDA架构的GPU进行加速-GPU accelerating image compression using CUDA-enable GPU
CUDAMC
- 基于cuda的均匀生物组织中光线追踪的程序,其计算效率相当好 需要nvidia显卡支持-ray trace in uniform tissue base on cuda/gpu
CUDAMatrixMul
- cuda矩阵乘法 通过GPU并行运算实现乘法的加速-cuda GPU parallel matrix multiplication operation by the accelerated realization of multiplication
CUDA-DCT-code
- 英伟达gpu通用计算统一架构CUDA,DCT源代码,例程-Gpu NVIDIA unified architecture general-purpose computing CUDA, DCT source code, routines
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-Programming
- CUDA显卡驱动编程简介:c语言编程,可以简单的了解下显卡驱动编程,只不过有些英文即使是查字典也可能是晦涩难懂,只能说下,多研究吧-CUDA programming for c
CUDA-by-example
- GPU初学者的入门书籍,英文原版的。讲述了GPU CUDA编程的基本方法等-English version of book for GPU new comer
Cuda-Monitor
- a small monitor for multiple GPU for analisy process cuda memory usage etc..
gpu高性能运算之cuda_codes
- 关于CUDA编程的高性运算源码,GPU编程方面的不错的资料。(CUDA High performance source code)
dehazing-GPU-master
- 对和何凯明博士的导向滤波去雾算法进行gpu加速(Fog acceleration by directional filtering)
cuda
- 利用gpu加速提高计算速度,节约计算时间,cuda从c语言进行的扩展 ,编程方便(Parallel acceleration)
gpu排序
- gpu平台下,基于CUDA 软件体系完成排序算法的并行(Parallel sorting algorithm based on CUDA software system under GPU platform)
Cuda_by_example
- 《GPU高性能编程:CUDA实战》CUDA C("Cuda_by_example" CUDA C)
Matrix-Inversion-with-CUDA-master
- 利用cuda完成GPU编程,实现对给定矩阵的求逆操作(a cuda code for calculating a inverse matrix of a given matrix)
32679--GPU高性能编程CUDA实战—示例代码
- 本资料是GPU高性能编程CUDA实战—示例代码,非常完整,非常适合学习与模仿,都相应的完成书中的算法和详细的并行代码编写过程。(This data is GPU high performance programming CUDA real - example code, very complete, very suitable for learning and imitation, the corresponding completion of the book algorithm and de