搜索资源列表
gpuqsortlib
- gpu 快速排序,利用gpu实现快速排序,是目前最有效率的一种-quick sort by gpu
CUDA_BITONIC
- This project is the Bitonic Sort implementation on GPU s using CUDA C.
hist_gpu_shmem_atomics
- 《GPU高性能编程CUDA实战》书中第9章源代码排序第3个-GPU high-performance programming CUDA combat the ninth chapter of the book sort of source code 3
hist_gpu_gmem_atomics
- 《GPU高性能编程CUDA实战》书中第9章源代码排序第2个-GPU high-performance programming CUDA combat the ninth chapter of the book sort of source code 2
hist_cpu
- 《GPU高性能编程CUDA实战》书中第9章源代码排序第1个-GPU high-performance programming CUDA combat the ninth chapter of the book sort of source code, a
Sort
- 使用内存共享模型,将主机端数据,分散到各GPU进行排序,然后将各并行结果返回,统一处理。附有C++AMP官方说明模型文档。-Using shared memory model, the host-side data, distributed to each GPU to sort, and then returns the results of the parallel, unified handling. With C++AMP official descr iption model docu
并行程序设计mpi、冒泡、快速
- GPU高性能并行程序设计mpi,并行冒泡,快速排序(GPU high performance parallel programming ,bubble sort,quick sort)