Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
recursive_matmul.cxx File Reference
#include <ctf.hpp>
Include dependency graph for recursive_matmul.cxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)