mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Setup context type based on provided devices
Related-To: NEO-4484 Change-Id: I1db354237b87167d4fa824e63737f6fff2ad77cb Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
a40381d871
commit
c80ff3a158
@ -22,6 +22,7 @@ class MockContext : public Context {
|
||||
using Context::driverDiagnostics;
|
||||
using Context::memoryManager;
|
||||
using Context::preferD3dSharedResources;
|
||||
using Context::setupContextType;
|
||||
using Context::sharingFunctions;
|
||||
using Context::svmAllocsManager;
|
||||
MockContext(ClDevice *pDevice, bool noSpecialQueue = false);
|
||||
|
Reference in New Issue
Block a user