mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove getWaTable() method
Change-Id: I508103a0d46ae94b55891c8a7ef104fb47b0b3e0 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
b853a2fccb
commit
cf979c3bc0
@ -49,7 +49,7 @@ void DevicePreemptionTests::SetUp() {
|
||||
ASSERT_NE(nullptr, context);
|
||||
ASSERT_NE(nullptr, cmdQ);
|
||||
|
||||
waTable = const_cast<WorkaroundTable *>(device->getWaTable());
|
||||
waTable = &device->getExecutionEnvironment()->getMutableHardwareInfo()->workaroundTable;
|
||||
}
|
||||
|
||||
void DevicePreemptionTests::TearDown() {
|
||||
|
Reference in New Issue
Block a user