![]() |
PandA-2024.02
|
#include <stdio.h>#include <stdlib.h>#include "support.h"

Go to the source code of this file.
Data Structures | |
| struct | bench_args_t |
Macros | |
| #define | col_size 64 |
| #define | row_size 128 |
| #define | f_size 9 |
| #define | TYPE int32_t |
| #define | MAX 1000 |
| #define | MIN 1 |
| #define | MAX_ITERATION 1 |
Functions | |
| void | stencil (TYPE orig[row_size *col_size], TYPE sol[row_size *col_size], TYPE filter[f_size]) |
| #define f_size 9 |
Definition at line 8 of file stencil.h.
Referenced by data_to_input(), input_to_data(), and main().
1.8.13