搜索资源列表
MatrixMul
- 矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度-matrix continually multiply algorithm, achieving several matrix multiplication, the optimal sequence and calculated complexity
matrixMul
- 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的矩阵乘法的例子,比CPU版本性能有非常大的提高。保留了可执行程序-based on the latest generation of common GPU -- Geforce8800. CUDA platform in the development of the matrix multiplication example, than CPU performanc
MatrixMul
- 矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度-matrix continually multiply algorithm, achieving several matrix multiplication, the optimal sequence and calculated complexity
matrixMul
- 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的矩阵乘法的例子,比CPU版本性能有非常大的提高。保留了可执行程序-based on the latest generation of common GPU-- Geforce8800. CUDA platform in the development of the matrix multiplication example, than CPU performance
matrixMul
- 采用GPU通用计算API(CUDA)实现矩阵相乘。-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication.
MatrixMul
- 编写TMS320C54x汇编语言程序,计算矩阵乘法: 要求:① 两个矩阵的数据由DATA段输入(可放在源程序中,也可单独建立一个数据文件); ② 两个矩阵的数据从0口以数据文件IN.DAT输入,计算结果从1口以数据文件OUT.DAT输出。 -TMS320C54x assembly language program to prepare the calculation of matrix multiplication: Req
MatrixMul
- 基于CUDA的高维矩阵运算4,计算机毕业设计-CUDA-based operator of high-dimensional matrix 4, the design of computer graduates
matrixMul
- MatrixMulGPU 在通用计算方面的应用 特别适合矩阵运算-MatrixMul CUDA GPU
matrixMul
- a cuda program for parallel multiplication of matrix
matrixMul.tar
- Hipg performan computing matrix multiplication operation .which divide row and coluimn and send to individual process. No broadcast function used
matrixMul
- Nvidia GPU实现的矩阵相乘的并行算法程序,对学习CUDA技术的初学者有很强的借鉴作用-Nvidia GPU implementation of parallel matrix multiplication algorithm program for beginners to learn CUDA technology, have a strong reference
matrixMul
- GPU CUDA的经典算法,基于shared memory进行矩阵的相乘运算-GPU CUDA classical algorithm, based on shared memory for matrix multiplication by
MatrixMul
- an example of matrix multipication on cuda GPU
matrixMul
- cuda 矩阵运算程序,cuda上实现两个矩阵相乘-cuda matrix multi
matrixmul
- 矩阵与其转置矩阵的积 矩阵与其转置矩阵的积-Matrix and its transpose matrices。Matrix and its transpose matrices
matrixMul
- 基于cuda的GPU编程,实现稠密矩阵的乘法,cpp文件和cuda文件。-Dense matrix multiplication, the cpp file and cuda file cuda-based GPU programming.
Matrixmul
- 求m*n阶实矩阵A与n*k阶实矩阵的乘积矩阵C=A*B-Demand m* n order real matrix A n* k order real matrix product matrix C = A* B
matMul_multi_gpu
- 这是我在cudaOpenmp的基础上实现的多GPU算矩阵乘法的代码-this Is my code of matrixMul running on 4 GPUs using OpenMp
matrixMul
- cuda矩阵分块乘法,加速比较大,改自cuda SDK-cuda matrix multiply
matrixMul
- MATRIX MULTIPLICATION GPU PROGRAM