PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "gemm.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 12 of file generate.c.
References data_to_input(), prng_rand_t::i, bench_args_t::m1, bench_args_t::m2, N, prng_rand(), PRNG_RAND_MAX, prng_srand(), and TYPE.