[v0.11] Working for future support of Intel iGPUs
This commit is contained in:
8
src/intel/intel.hpp
Normal file
8
src/intel/intel.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __INTEL_GPU__
|
||||
#define __INTEL_GPU__
|
||||
|
||||
#include "../common/gpu.hpp"
|
||||
|
||||
struct gpu_info* get_gpu_info_intel(int gpu_idx);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user