PandA-2024.02
|
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <math.h>
#include <polybench.h>
#include "template-for-new-benchmark.h"
Go to the source code of this file.
Functions | |
static void | init_array (int n, DATA_TYPE POLYBENCH_2D(C, N, N, n, n)) |
This version is stamped on May 10, 2016. More... | |
static void | print_array (int n, DATA_TYPE POLYBENCH_2D(C, N, N, n, n)) |
static void | kernel_template (int n, DATA_TYPE POLYBENCH_2D(C, N, N, n, n)) |
int | main (int argc, char **argv) |
|
static |
This version is stamped on May 10, 2016.
Contact: Louis-Noel Pouchet <pouchet.ohio-state.edu> Tomofumi Yuki <tomofumi.yuki.fr>
Web address: http://polybench.sourceforge.net
Definition at line 25 of file template-for-new-benchmark.c.
References C.
Referenced by main().
|
static |
Definition at line 54 of file template-for-new-benchmark.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 67 of file template-for-new-benchmark.c.
References C, DATA_TYPE, init_array(), kernel_template(), N, POLYBENCH_2D_ARRAY_DECL, POLYBENCH_ARRAY, POLYBENCH_FREE_ARRAY, polybench_prevent_dce, polybench_print_instruments, polybench_start_instruments, polybench_stop_instruments, and print_array().
|
static |
Definition at line 38 of file template-for-new-benchmark.c.
References C, DATA_PRINTF_MODIFIER, and test_panda::stderr.
Referenced by main().