|
BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Additional testing of the heuristic. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <oski/oski.h>#include "abort_prog.h"#include "testvec.h"#include "timing.h"#include "parse_opts.h"#include "readhbpat.h"Functions | |
| static void | usage (const char *progname) |
| Print command-line options. | |
| int | main (int argc, char *argv[]) |
| Main benchmark program. | |
Additional testing of the heuristic.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main benchmark program.
References ABORT, check_MatMult_instance(), ERR_BAD_MAT, ERR_OUT_OF_MEMORY, INVALID_MAT, LAYOUT_ROWMAJ, MAKE_VAL_COMPLEX, oski_matcommon_t::num_nonzeros, OP_CONJ, OP_NORMAL, oski_Close(), oski_Init(), oski_PrintDebugMessage(), oski_PrintDebugMessageShort(), oski_matstruct_t::props, testvec_Create(), TIMING_LOOP_BASIC, TUNESTAT_AS_IS, TUNESTAT_NEW, and usage().
1.7.6.1