CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cannon matrix multiplication
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - cannon matrix multiplication - List
[
Process-Thread
]
mpichbingxingdiama0711
DL : 0
基于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
Date
: 2025-07-02
Size
: 277kb
User
:
jiafanbing
[
MPI
]
cannon
DL : 0
矩阵相乘并行算法实现,C语言开发,用mpi编程完成-Parallel matrix multiplication algorithm, C language development, with the completion of mpi programming
Date
: 2025-07-02
Size
: 1kb
User
:
kmart
[
MPI
]
cannon
DL : 0
cannon算法,属于并行算法,主要是矩阵的相乘,-cannon algorithms are parallel algorithms, primarily matrix multiplication,
Date
: 2025-07-02
Size
: 3kb
User
:
王通
[
MPI
]
Cannon
DL : 0
本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法-This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
Date
: 2025-07-02
Size
: 99kb
User
:
李若愚
[
MPI
]
cannon
DL : 0
并行计算矩阵乘法,cannon算法,矩阵移位来进行计算-Parallel computing matrix multiplication, cannon algorithm for calculating the matrix transposition
Date
: 2025-07-02
Size
: 3kb
User
:
dsb
[
SCM
]
cannon
DL : 0
cannon 并行程序 Matrix multiplication with the Cannon Algorithm: The matrices A and B are stored in files. The file names have to be specified as parameter. The root process reads the matrices and distributes the respective values to all processes, so that processor i, j has the values ai,j and bi,j.-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Short description: The matrices A and B are stored in files. The file names have to be specified as parameter. The root process reads the matrices and distributes the respective values to all processes, so that processor i, j has the values ai,j and bi,j. Matrix C = A · B should be calculated as follows: 1. step: Shift values so that processor i, j has values ai,(i+j)mod √ p and b(i+j)mod √ p,j. 2. step: ci,j = ai,j · bi,j 3. step: Shift values of matrix A left (i → i − 1) and values of matrix B up (j → j − 1).
Date
: 2025-07-02
Size
: 2kb
User
:
刘铭
[
MPI
]
canon2
DL : 0
主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Short description: The matrices A and B are stored in files. The file names have to be specified as parameter. The root process reads the matrices and distributes the respective values to all processes, so that processor i, j has the values ai,j and bi,j.
Date
: 2025-07-02
Size
: 2kb
User
:
刘铭
[
Other
]
cannon1
DL : 0
cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
Date
: 2025-07-02
Size
: 1kb
User
:
周济
[
Algorithm
]
parallel_matrix_multiply_demo
DL : 0
Cannon算法的C++程序MPI实现,实现矩阵的相乘。-MPI implementation of Cannon algorithm(in C++)
Date
: 2025-07-02
Size
: 78kb
User
:
Andrew
[
OpenGL program
]
Cannon
DL : 0
佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
Date
: 2025-07-02
Size
: 1kb
User
:
施俊
[
Process-Thread
]
mycannon
DL : 0
该程序是基于cannon算法实现的矩阵相乘运算,运行平台VS2005,需要设置环境变量。-The program is based on the cannon algorithm matrix multiplication operation, operation platform, VS2005, need to set environment variables.
Date
: 2025-07-02
Size
: 1kb
User
:
魏亭
[
Other
]
parallel_matrix_multiply_demo
DL : 0
基于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 quadrature.
Date
: 2025-07-02
Size
: 1.89mb
User
:
李劲松
[
Software Engineering
]
cannon
DL : 0
cannon s algorithm for parallel multiplication matrix-cannon s algorithm for parallel multiplication matrix
Date
: 2025-07-02
Size
: 481kb
User
:
karolin
[
MPI
]
Cannon
DL : 0
实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
Date
: 2025-07-02
Size
: 1kb
User
:
李光瑞
[
Linux-Unix
]
cannon
DL : 0
并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
Date
: 2025-07-02
Size
: 4kb
User
:
chenkai
[
Linux-Unix
]
s.c.tar
DL : 0
在MPI 环境下实现的 关于cannon的矩阵乘法算法。-The MPI environment cannon matrix multiplication algorithm.
Date
: 2025-07-02
Size
: 2kb
User
:
milk
[
MPI
]
cannon
DL : 0
用MPI实现矩阵乘cannon算法的并行实现。-Parallel MPI implementation matrix multiplication cannon algorithm implementation
Date
: 2025-07-02
Size
: 3kb
User
:
李芳
[
MPI
]
cannon
DL : 0
linux环境下,并行矩阵乘Cannon算法的两种MPI程序实现:采用阻塞操作与采用非阻塞操作!-linux environment, two kinds of MPI programs parallel matrix multiplication Cannon algorithm to achieve: a blocking operation using non-blocking operation!
Date
: 2025-07-02
Size
: 5kb
User
:
Bigpig
[
OpenGL program
]
Cannon
DL : 0
佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
Date
: 2025-07-02
Size
: 1kb
User
:
GPS设备
[
MPI
]
cannon
DL : 0
MPI实现的矩阵分块乘法(cannon算法),供大家学习参考。-MPI implementation of block matrix multiplication (cannon algorithm), for everyone to learn.
Date
: 2025-07-02
Size
: 3kb
User
:
jack_f
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.