PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | EPSILON (1.0e-6) |
Functions | |
void | run_benchmark (void *vargs) |
void | input_to_data (int fd, void *vdata) |
void | data_to_input (int fd, void *vdata) |
void | output_to_data (int fd, void *vdata) |
void | data_to_output (int fd, void *vdata) |
int | check_data (void *vdata, void *vref) |
Variables | |
int | INPUT_SIZE = sizeof(struct bench_args_t) |
#define EPSILON (1.0e-6) |
Definition at line 6 of file local_support.c.
Referenced by check_data().
int check_data | ( | void * | vdata, |
void * | vref | ||
) |
Definition at line 71 of file local_support.c.
References symmetry::col, col_size, EPSILON, symmetry::row, row_size, bench_args_t::sol, and TYPE.
void data_to_input | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 36 of file local_support.c.
References col_size, f_size, bench_args_t::filter, bench_args_t::orig, row_size, STAC, TYPE, and write_section_header().
void data_to_output | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 64 of file local_support.c.
References col_size, row_size, bench_args_t::sol, STAC, TYPE, and write_section_header().
void input_to_data | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 20 of file local_support.c.
References col_size, f_size, bench_args_t::filter, find_section_start(), bench_args_t::orig, readfile(), row_size, STAC, and TYPE.
void output_to_data | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 51 of file local_support.c.
References col_size, find_section_start(), readfile(), row_size, bench_args_t::sol, STAC, and TYPE.
void run_benchmark | ( | void * | vargs | ) |
Definition at line 8 of file local_support.c.
References test_panda::args, bench_args_t::filter, bench_args_t::orig, bench_args_t::sol, and stencil().
int INPUT_SIZE = sizeof(struct bench_args_t) |
Definition at line 4 of file local_support.c.