Improve returning global and max alloc memory size

Change-Id: I2f22481412184f01652b7e49bc30a57c56e6204b
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-10-30 10:27:48 +01:00
committed by sys_ocldev
parent b6d21cc636
commit d35806fdd8
20 changed files with 39 additions and 30 deletions

View File

@@ -28,6 +28,7 @@ extern CommandStreamReceiver *createCommandStream(ExecutionEnvironment &executio
const DeviceBitfield deviceBitfield);
struct MockSubDevice : public SubDevice {
using SubDevice::getDeviceBitfield;
using SubDevice::getGlobalMemorySize;
using SubDevice::SubDevice;