Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
Benchmarks the nonsymemtric transpose kernel. More...
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) |
Benchmarks the nonsymemtric transpose kernel.
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().