PAPI 7.1.0.0
Loading...
Searching...
No Matches
nvidia_gpu.h
Go to the documentation of this file.
1#ifndef __NVIDIA_GPU_H__
2#define __NVIDIA_GPU_H__
3
4#if CUDA_VERSION >= 11000
5 #define PAPI_NVML_DEV_BUFFER_SIZE NVML_DEVICE_UUID_V2_BUFFER_SIZE
6#else
7 #define PAPI_NVML_DEV_BUFFER_SIZE NVML_DEVICE_UUID_BUFFER_SIZE
8#endif
9
12
13#endif /* End of __NVIDIA_GPU_H__ */
void open_nvidia_gpu_dev_type(_sysdetect_dev_type_info_t *dev_type_info)
Definition: nvidia_gpu.c:337
void close_nvidia_gpu_dev_type(_sysdetect_dev_type_info_t *dev_type_info)
Definition: nvidia_gpu.c:386