Add missing bench6.h file
This commit is contained in:
parent
0ef60b870a
commit
c543a5582c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
data
|
data
|
||||||
bench6.*
|
|
||||||
|
17
src/bench6/bench6.h
Normal file
17
src/bench6/bench6.h
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
/* Copyright (c) 2022 Barcelona Supercomputing Center (BSC)
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||||
|
|
||||||
|
#ifndef BENCH6_H
|
||||||
|
#define BENCH6_H
|
||||||
|
|
||||||
|
#define UNUSED(x) (void)(x)
|
||||||
|
|
||||||
|
double get_time(void);
|
||||||
|
int get_ncpus(void);
|
||||||
|
|
||||||
|
int bench6_creator(int argc, char *argv[]);
|
||||||
|
int bench6_sched_get(int argc, char *argv[]);
|
||||||
|
int bench6_sched_add(int argc, char *argv[]);
|
||||||
|
int bench6_register_deps(int argc, char *argv[]);
|
||||||
|
|
||||||
|
#endif /* BENCH6_H */
|
Loading…
Reference in New Issue
Block a user