Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
Bench_nosym_transp

Benchmarks the nonsymemtric transpose kernel. More...

Collaboration diagram for Bench_nosym_transp:

Functions

void bench_nosym_transp (int n, int order, int niter, char const *iA, char const *iB)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)
 

Detailed Description

Benchmarks the nonsymemtric transpose kernel.

Function Documentation

void bench_nosym_transp ( int  n,
int  order,
int  niter,
char const *  iA,
char const *  iB 
)

Definition at line 18 of file bench_nosym_transp.cxx.

References CTF_int::nosym_transpose().

Referenced by main().

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

Definition at line 134 of file bench_nosym_transp.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 145 of file bench_nosym_transp.cxx.

References bench_nosym_transp(), and getCmdOption().