搜索资源列表
parallel-matrixvector
- 并行计算之矩阵向量乘的并行实现,附带数据mpi-parallel compute- multy of matrix and vector
matrixAdd2
- 使用CUDA C 语言,完成向量加及向量乘的并行算法实现。-Using CUDA C language, the completion of vector addition and vector multiplication parallel algorithm.
VectMultVect
- TMS320C6678 复向量相乘源代码,TMS320C6678是TI公司推出的一款8核DSP,具有强大的并行处理能力,复向量点乘使用汇编语言编写,顶层使用C语言调用,书写简单,方便调用-TMS320C6678 complex vector multiplication source code, TMS320C6678 is TI has introduced an 8-core DSP, a powerful parallel processing capabilities, complex
dot_product
- 使用CUDA语言实现向量的点乘,可以大幅度提高点乘的速度,是CUDA语言的入门程序-Using CUDA language vector dot product, can greatly improve the speed of the dot is CUDA language entry program
bxMatVect
- 大数量级矩阵乘向量的并行算法设计,c++代码-Large magnitude vector matrix multiplication parallel algorithm design, c++ code
CUDA SPMV
- 稀疏矩阵向量乘法(Sparse Matrix-Vector Multiplication, SpMV)在许多科学计算程序中都有广泛的应用。数据矩阵A 是稀疏的,输入向量x 和输出向量y是稠密的。 y = Ax(Sparse Matrix-Vector Multiplication (SpMV) is widely used in many scientific computing programs. The data matrix A is sparse, the input vector x