Remove getWaTable() method

Change-Id: I508103a0d46ae94b55891c8a7ef104fb47b0b3e0
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-09-04 09:10:18 +02:00
committed by sys_ocldev
parent b853a2fccb
commit cf979c3bc0
12 changed files with 24 additions and 47 deletions

View File

@@ -167,8 +167,6 @@ bool Device::createEngine(uint32_t deviceIndex, uint32_t deviceCsrIndex, aub_str
const HardwareInfo &Device::getHardwareInfo() const { return *executionEnvironment->getHardwareInfo(); }
const WorkaroundTable *Device::getWaTable() const { return &getHardwareInfo().workaroundTable; }
const DeviceInfo &Device::getDeviceInfo() const {
return deviceInfo;
}

View File

@@ -49,7 +49,6 @@ class Device : public BaseObject<_cl_device_id> {
// Helper functions
const HardwareInfo &getHardwareInfo() const;
const DeviceInfo &getDeviceInfo() const;
MOCKABLE_VIRTUAL const WorkaroundTable *getWaTable() const;
EngineControl &getEngine(aub_stream::EngineType engineType, bool lowPriority);
EngineControl &getDefaultEngine();