[v0.11] Adding uarch backend for intel iGPUs
This commit is contained in:
13
src/intel/chips.hpp
Normal file
13
src/intel/chips.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __INTEL_GPUCHIPS__
|
||||
#define __INTEL_GPUCHIPS__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef uint32_t GPUCHIP;
|
||||
|
||||
enum {
|
||||
CHIP_UNKNOWN_INTEL,
|
||||
CHIP_UHDG_620,
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user