[v0.01] Reading PCI vendor/device values, needed to deduce the GPU chip and thus manufacturing process
This commit is contained in:
11
src/cuda/pci.hpp
Normal file
11
src/cuda/pci.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __PCI__
|
||||
#define __PCI__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "nvmlb.hpp"
|
||||
|
||||
struct pci;
|
||||
|
||||
struct pci* get_pci_from_nvml(struct nvml_data* data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user