搜索资源列表
LCD_ADC_TEST
- 128液晶点阵与AT89C51并行接口,显示汉字程序-128 dot matrix LCD with AT89C51 parallel interface, showing Chinese procedures
mpichbingxingdiama0711
- 基于cannon算法的MPI环境的并行程序原代码 能够计算超大型矩阵相乘,本人的毕业设计 绝对经典-cannon algorithm based on the environment of MPI parallel programming code to calculate the original super matrix multiplication. I graduated from the absolute classic design
MPI_IO.基于mpi-2 规范的并行i/o方法
- 基于mpi-2 规范的并行i/o方法,以并行矩阵乘法问题为例,比较了并行i/o和串 行i/o的性能,给出了并行i/o方法的应用实例。,Mpi-2 norms based on the parallel i/o approach to parallel matrix multiplication as an example, compare the parallel i/o and serial i/o performance, given the parallel i/o methods of
mpi_matrix_product.c
- 矩阵与矩阵,及矩阵与向量的并行乘积的源代码-Matrix and matrix, and parallel matrix and vector product
c_FFT
- The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in ro
dx_water_source
- 利用GPU做代数运算的Dirext版本; 很有名的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~ -Make use of GPU computing Dirext version of algebra well-known examples of GPU programming (a quote from the siggraph paper): here the
invert
- 矩阵求逆程序,基于mpich平台的并行计算程序,用于多台计算机同时计算以提高效率。-Matrix inversion procedure, based on parallel computing platforms mpich program for calculation of multiple computers at the same time to improve efficiency.
cannon1
- cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
parallel_matrix_multiply_demo
- 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadratur
matrixMul
- a cuda program for parallel multiplication of matrix
CUDAMatrixMul
- cuda矩阵乘法 通过GPU并行运算实现乘法的加速-cuda GPU parallel matrix multiplication operation by the accelerated realization of multiplication
lab2
- 矩阵相乘的例子,采用了多线程,可以动态分配线程的个数-Parallel matrix multiplication
mat
- 计算OMP方法的矩阵,采用并行模拟运算。-omp matrix multiplication parallel
mysumma
- SUMMA并行矩阵的MPI实现,不用考虑矩阵的行列必须为平方数-UMMA parallel matrix MPI implementation
newsumma
- SUMMA并行矩阵的另一种MPI实现,在广播时以块为单位传输,运行速度明显提高-SUMMA parallel matrix another MPI implementation, the broadcast is transmitted in units of blocks, running speed is significantly improved
matrix
- 矩阵相乘并行算法MPI源程序 并行思想加快速度-MPI parallel matrix multiplication algorithm source code parallel thinking speed
C-PPopenmp
- C ++实现并行矩阵openmp。使用多线程编程,线程间可以共享矩阵的数据结构等信息,不要使用多进程编程。-C++ parallel matrix openmp. The use of multi-threaded programming, the matrix can be shared between threads data structures and other information, do not use multi-process programming.
Matrix
- 这是矩阵相乘的并行代码,opencl写的对于初学opencl语言的人的一个很好的例子。-This is a matrix multiplication parallel code, opencl written language for a good beginner opencl human examples.
matrix-4
- This a matrix multiplication as an example of OpenMP parallel programming.-This is a matrix multiplication as an example of OpenMP parallel programming.
parallel-programming-assignment-master
- matrix multiplication part 3