Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
#include <vector>
#include <numeric>
#include <ctf.hpp>
#include "weigh_4D.cxx"
#include "gemm_4D.cxx"
#include "scalar.cxx"
#include "diag_sym.cxx"
#include "diag_ctr.cxx"
#include "dft.cxx"
#include "ccsdt_t3_to_t2.cxx"
#include "readwrite_test.cxx"
#include "readall_test.cxx"
#include "subworld_gemm.cxx"
#include "multi_tsr_sym.cxx"
#include "repack.cxx"
#include "sy_times_ns.cxx"
#include "speye.cxx"
#include "sptensor_sum.cxx"
#include "endomorphism.cxx"
#include "endomorphism_cust.cxx"
#include "endomorphism_cust_sp.cxx"
#include "univar_function.cxx"
#include "bivar_function.cxx"
#include "bivar_transform.cxx"
#include "../examples/trace.cxx"
#include "../examples/dft_3D.cxx"
#include "../examples/strassen.cxx"
#include "../examples/recursive_matmul.cxx"
#include "../examples/force_integration.cxx"
#include "../examples/force_integration_sparse.cxx"
#include "../examples/particle_interaction.cxx"
#include "../examples/spmv.cxx"
#include "../examples/jacobi.cxx"
#include "../examples/sssp.cxx"
#include "../examples/apsp.cxx"
#include "../examples/btwn_central.cxx"
#include "../examples/sparse_mp3.cxx"
#include "../examples/bitonic_sort.cxx"
#include "../examples/matmul.cxx"
#include "../studies/fast_sym.cxx"
#include "../studies/fast_sym_4D.cxx"
Go to the source code of this file.
Namespaces | |
CTF_int | |
Macros | |
#define | TEST_SUITE |
Functions | |
int64_t | CTF_int::proc_bytes_used () |
gives total memory used on this MPI process More... | |
char * | getCmdOption (char **begin, char **end, const std::string &option) |
int | main (int argc, char **argv) |
#define TEST_SUITE |
Definition at line 6 of file test_suite.cxx.
char* getCmdOption | ( | char ** | begin, |
char ** | end, | ||
const std::string & | option | ||
) |
Definition at line 60 of file test_suite.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 71 of file test_suite.cxx.
References apsp(), AS, bivar_function(), bivar_transform(), btwn_cnt(), ccsdt_t3_to_t2(), diag_ctr(), diag_sym(), endomorphism(), endomorphism_cust(), endomorphism_cust_sp(), fast_sym(), fast_sym_4D(), force_integration(), force_integration_sparse(), gemm_4D(), getCmdOption(), jacobi(), matmul(), multi_tsr_sym(), ctf.core::np(), NS, particle_interaction(), CTF_int::proc_bytes_used(), ctf.core::rank(), readall_test(), readwrite_test(), repack(), scalar(), SH, sparse_mp3(), speye(), spmv(), sptensor_sum(), sssp(), strassen(), SY, sy_times_ns(), test_dft(), test_dft_3D(), test_qr(), test_recursive_matmul(), test_subworld_gemm(), test_svd(), CTF_int::tot_mem_used, trace(), univar_function(), and weigh_4D().