PAPI 7.1.0.0
Loading...
Searching...
No Matches
roc_profiler_config.h
Go to the documentation of this file.
1#ifndef __ROC_PROFILER_CONFIG_H__
2#define __ROC_PROFILER_CONFIG_H__
3
4#include <stdint.h>
5
6#define PAPI_ROCM_MAX_COUNTERS (512)
7
8#define ROCM_PROFILE_SAMPLING_MODE (0x0)
9#define ROCM_EVENTS_OPENED (0x1)
10#define ROCM_EVENTS_RUNNING (0x2)
11
12extern unsigned int _rocm_lock;
13extern unsigned int rocm_prof_mode;
14
15#endif /* End of __ROC_PROFILER_CONFIG_H__ */
unsigned int _rocm_lock
Definition: roc_profiler.c:85
unsigned int rocm_prof_mode
Definition: roc_profiler.c:84