GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cu_bench.h
Go to the documentation of this file.
1 
6 #ifndef GHOST_CU_BENCH_H
7 #define GHOST_CU_BENCH_H
8 
9 #include "bench.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15  ghost_error ghost_cu_bench_bw(ghost_bench_bw_test, double *mean_bw, double *max_bw);
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif
Functions for micro-benchmarking.
ghost_bench_bw_test
Definition: bench.h:9
ghost_error ghost_cu_bench_bw(ghost_bench_bw_test, double *mean_bw, double *max_bw)
ghost_error
Error return type.
Definition: error.h:23