Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
recursive_matmul

Performs recursive parallel matrix multiplication using the slice interface to extract blocks. More...

Collaboration diagram for recursive_matmul:

Functions

void recursive_matmul (int n, int m, int k, Tensor<> &A, Tensor<> &B, Tensor<> &C)
 
int test_recursive_matmul (int n, int m, int k, World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)
 

Detailed Description

Performs recursive parallel matrix multiplication using the slice interface to extract blocks.

Function Documentation

char* getCmdOption ( char **  begin,
char **  end,
const std::string &  option 
)

Definition at line 128 of file recursive_matmul.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)
void recursive_matmul ( int  n,
int  m,
int  k,
Tensor<> &  A,
Tensor<> &  B,
Tensor<> &  C 
)
int test_recursive_matmul ( int  n,
int  m,
int  k,
World dw 
)