mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add proper ULTs to test createMultiGraphicsAllocation function
Related-To: NEO-4589 Change-Id: Ic78dee29f7715a6e5eff5b5c28f337452921d5b3 Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
067fea96ca
commit
dcf708f2d2
@ -48,9 +48,10 @@ class MockContext : public Context {
|
||||
struct MockDefaultContext : MockContext {
|
||||
MockDefaultContext();
|
||||
|
||||
UltClDeviceFactory ultClDeviceFactory{2, 0};
|
||||
UltClDeviceFactory ultClDeviceFactory{3, 0};
|
||||
MockClDevice *pRootDevice0;
|
||||
MockClDevice *pRootDevice1;
|
||||
MockClDevice *pRootDevice2;
|
||||
};
|
||||
|
||||
struct MockSpecializedContext : MockContext {
|
||||
|
Reference in New Issue
Block a user