PandA-2024.02
Macros | Functions | Variables
local_support.c File Reference
#include "spmv.h"
#include <string.h>
Include dependency graph for local_support.c:

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)
 

Macro Definition Documentation

◆ EPSILON

#define EPSILON   1.0e-6

Definition at line 6 of file local_support.c.

Referenced by check_data().

Function Documentation

◆ check_data()

int check_data ( void *  vdata,
void *  vref 
)

Definition at line 77 of file local_support.c.

References EPSILON, N, bench_args_t::out, and TYPE.

◆ data_to_input()

void data_to_input ( int  fd,
void *  vdata 
)

Definition at line 41 of file local_support.c.

References bench_args_t::cols, L, N, bench_args_t::nzval, STAC, TYPE, bench_args_t::vec, write_int32_t_array(), and write_section_header().

Here is the call graph for this function:

◆ data_to_output()

void data_to_output ( int  fd,
void *  vdata 
)

Definition at line 70 of file local_support.c.

References N, bench_args_t::out, STAC, TYPE, and write_section_header().

Here is the call graph for this function:

◆ input_to_data()

void input_to_data ( int  fd,
void *  vdata 
)

Definition at line 22 of file local_support.c.

References bench_args_t::cols, find_section_start(), L, N, bench_args_t::nzval, parse_int32_t_array(), readfile(), STAC, TYPE, and bench_args_t::vec.

Here is the call graph for this function:

◆ output_to_data()

void output_to_data ( int  fd,
void *  vdata 
)

Definition at line 59 of file local_support.c.

References find_section_start(), N, bench_args_t::out, readfile(), STAC, and TYPE.

Here is the call graph for this function:

◆ run_benchmark()

void run_benchmark ( void *  vargs)

Definition at line 8 of file local_support.c.

References test_panda::args, bench_args_t::cols, ellpack(), bench_args_t::nzval, bench_args_t::out, and bench_args_t::vec.

Here is the call graph for this function:

Variable Documentation

◆ INPUT_SIZE

int INPUT_SIZE = sizeof(struct bench_args_t)

Definition at line 4 of file local_support.c.


Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13