Add isCopyOnly field

Change-Id: Ia056af66af437c22738fd15abff12e1ad226509a
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
Related-To: NEO-5120
This commit is contained in:
Maciej Dziuban
2020-09-25 16:42:45 +02:00
committed by sys_ocldev
parent f838f667b1
commit 83252e7306
5 changed files with 19 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ class MockDevice : public RootDevice {
using Device::createDeviceInternals;
using Device::createEngine;
using Device::deviceInfo;
using Device::engineGroups;
using Device::engines;
using Device::executionEnvironment;
using Device::getGlobalMemorySize;