搜索资源列表
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
SumProductGPU.tar
- cuda product of sums algorithm on the gpu
CUDAMCML
- 基于CUDA GPU运算的 蒙特卡罗模拟-basic CUDA GPU MCML source file
GPU-Lab.tar
- Wrapper library to switch between opencl and cuda kernels.
CUDA-by-example
- GPU初学者的入门书籍,英文原版的。讲述了GPU CUDA编程的基本方法等-English version of book for GPU new comer
cuda
- 高性能编程,采用CUDA,运用gpu,cpu对大规模矩阵进行乘法运算,提供效率,减少运算时间-High-performance programming, using CUDA, use gpu, cpu matrix multiplication on a large scale, providing efficiency and reduce the computation time
cuda-radar-signal-process
- 基于cuda的软件雷达信号处理的多GPU并行技术-Multi- GPU Parallel Technology Based on cuda s Software Radar Signal Processing
Cuda-Monitor
- a small monitor for multiple GPU for analisy process cuda memory usage etc..
FFT
- FFT Compution on GPU
BMM
- Block Matrix Multiply on GPU
02_vecadd.cu
- Vector Addition on GPU
04_memory.cu
- Different Kind of memories on GPU comparison
matrix multiply
- Matrix multiply on cuda GPU
gpu高性能运算之cuda_codes
- 关于CUDA编程的高性运算源码,GPU编程方面的不错的资料。(CUDA High performance source code)
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