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 | TYPE double |
#define | row_size 64 |
#define | col_size 64 |
#define | N row_size*col_size |
#define | block_size 8 |
#define | NUMOFBLOCKS N/block_size/block_size |
#define | MIN 0. |
#define | MAX 1.0 |
#define | MAX_ITERATION 1 |
Functions | |
void | bbgemm (TYPE m1[N], TYPE m2[N], TYPE prod[N]) |
#define col_size 64 |
Definition at line 17 of file gemm.h.
Referenced by check_data(), data_to_input(), data_to_output(), gemm(), input_to_data(), main(), output_to_data(), stencil(), and stencil3d().
#define NUMOFBLOCKS N/block_size/block_size |
#define row_size 64 |
Definition at line 16 of file gemm.h.
Referenced by bbgemm(), check_data(), data_to_input(), data_to_output(), gemm(), input_to_data(), main(), output_to_data(), stencil(), and stencil3d().