搜索资源列表
scan
- 本实例展示了并行前缀求和(也称作“scan”)的一种高效的 CUDA 实施途径。针对一个给定的数列,scan 可以计算出一个新的数列,其中每一个元素均为在输入列中该元素前面的所有元素的总和。 -This example shows the parallel prefix sum (also known as " scan" ) of an efficient CUDA implementation of the approach. For a given series, scan
CommonTangent
- CUDA program finds common tangent of 2 convex chains
QHull
- finds upper convex hull of sorted points(32). on CUDA-finds upper convex hull of sorted points(32). on CUDA
Thermal
- Solving equations of heat transfer with CUDA
fdtd-cuda-master
- 基于GPU的FDTD并行算法-FDTD parallel algorithm based on GPU
TestMatAdd
- 矩阵加法算法的实现,并且是基于CUDA的,借助cuda进行加速-Matrix Add and cuda
Articulos-GA-CUDA
- Articulos spbre programacion en paralelo usando cuda
petsc-3.6.3
- PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It supports MPI, and GPUs through CUDA or OpenCL, as we