PandA-2024.02
Data Structures | Macros | Functions
stencil.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include "support.h"
Include dependency graph for stencil.h:
This graph shows which files directly or indirectly include this file:

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])
 

Macro Definition Documentation

◆ col_size

#define col_size   64

Definition at line 6 of file stencil.h.

◆ f_size

#define f_size   9

Definition at line 8 of file stencil.h.

Referenced by data_to_input(), input_to_data(), and main().

◆ MAX

#define MAX   1000

Definition at line 12 of file stencil.h.

◆ MAX_ITERATION

#define MAX_ITERATION   1

Definition at line 16 of file stencil.h.

◆ MIN

#define MIN   1

Definition at line 13 of file stencil.h.

◆ row_size

#define row_size   128

Definition at line 7 of file stencil.h.

◆ TYPE

#define TYPE   int32_t

Definition at line 11 of file stencil.h.

Function Documentation

◆ stencil()

void stencil ( TYPE  orig[row_size *col_size],
TYPE  sol[row_size *col_size],
TYPE  filter[f_size] 
)

Definition at line 3 of file stencil.c.

References col_size, filter(), row_size, and TYPE.

Referenced by run_benchmark().

Here is the call graph for this function:
Here is the caller graph for this function:

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