Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
bench_contraction.cxx File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <math.h>
#include <assert.h>
#include <algorithm>
#include <ctf.hpp>
#include "../src/shared/util.h"
Include dependency graph for bench_contraction.cxx:

Go to the source code of this file.

Functions

int bench_contraction (int n, int niter, char const *iA, char const *iB, char const *iC, CTF_World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)