| Cyclops Tensor Framework
    parallel arithmetic on multidimensional arrays | 
bitonic_sort sort iterative method using gemv and spmv More...
|   | 
| Functions | |
| void | bitonic_sort (Vector<> &v, int logn, World &dw) | 
| int | bitonic (int logn, World &dw) | 
| char * | getCmdOption (char **begin, char **end, const std::string &option) | 
| int | main (int argc, char **argv) | 
bitonic_sort sort iterative method using gemv and spmv
| int bitonic | ( | int | logn, | 
| World & | dw | ||
| ) | 
Definition at line 115 of file bitonic_sort.cxx.
References bitonic_sort(), CTF::Tensor< dtype >::fill_random(), CTF::World::rank, and CTF::Tensor< dtype >::read_all().
Referenced by main().
Definition at line 12 of file bitonic_sort.cxx.
References ctf.core::a, ctf.core::b, CTF::Tensor< dtype >::get_local_data(), ctf.core::np(), CTF::World::rank, ctf.core::rank(), and CTF::Tensor< dtype >::write().
Referenced by bitonic().
| char* getCmdOption | ( | char ** | begin, | 
| char ** | end, | ||
| const std::string & | option | ||
| ) | 
Definition at line 144 of file bitonic_sort.cxx.
Referenced by main().
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 155 of file bitonic_sort.cxx.
References bitonic(), getCmdOption(), ctf.core::np(), and ctf.core::rank().