PAPI 7.1.0.0
Loading...
Searching...
No Matches
vec.h
Go to the documentation of this file.
1#ifndef _VEC_
2#define _VEC_
3
4#include "hw_desc.h"
5
6void vec_driver(char* papi_event_name, hw_desc_t *hw_desc, char* outdir);
7
8#endif
void vec_driver(char *papi_event_name, hw_desc_t *hw_desc, char *outdir)
Definition: vec.c:9