mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Change virtual class HardwareInterface to static
Change-Id: I4f1f59ecb51b95041dc6dcc6c606b94595813f53 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
f3b1d73e88
commit
b16bd14f37
@ -11,9 +11,6 @@
|
||||
|
||||
namespace OCLRT {
|
||||
|
||||
template <class GfxFamily>
|
||||
class BaseInterfaceVersion;
|
||||
|
||||
extern HwHelper *hwHelperFactory[IGFX_MAX_CORE];
|
||||
|
||||
struct GENX {
|
||||
@ -374,8 +371,7 @@ struct GENX {
|
||||
inline void setMemoryAddressHigh(uint32_t) {}
|
||||
} MI_ATOMIC;
|
||||
|
||||
using HARDWARE_INTERFACE = BaseInterfaceVersion<GENX>;
|
||||
typedef GPGPU_WALKER WALKER_TYPE;
|
||||
using WALKER_TYPE = GPGPU_WALKER;
|
||||
static GPGPU_WALKER cmdInitGpgpuWalker;
|
||||
static INTERFACE_DESCRIPTOR_DATA cmdInitInterfaceDescriptorData;
|
||||
static MEDIA_STATE_FLUSH cmdInitMediaStateFlush;
|
||||
|
Reference in New Issue
Block a user