Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
#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"
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) |