[v0.01] First approach to map pci ids to gpu chip/uarch
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include "nvmlb.hpp"
|
||||
#include "chips.hpp"
|
||||
|
||||
struct pci;
|
||||
|
||||
struct pci* get_pci_from_nvml(struct nvml_data* data);
|
||||
GPUCHIP get_chip_from_pci(struct pci* pci);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user