mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Pass Device when creating MemoryProperties
Related-To: NEO-4651 Change-Id: Ie1f7f55d4817612de83bfb2a372fd7ac35c11930 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
7f5aa241b2
commit
78d07b9b37
@ -26,6 +26,7 @@ class MockContext : public Context {
|
||||
using Context::sharingFunctions;
|
||||
using Context::svmAllocsManager;
|
||||
MockContext(ClDevice *pDevice, bool noSpecialQueue = false);
|
||||
MockContext(const ClDeviceVector &clDeviceVector);
|
||||
MockContext(
|
||||
void(CL_CALLBACK *funcNotify)(const char *, const void *, size_t, void *),
|
||||
void *data);
|
||||
|
Reference in New Issue
Block a user