mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Implement local memory path for all devices in buffer
Related-To: NEO-4589 Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
ad747a5cbf
commit
3d9a180c12
@ -25,7 +25,7 @@ class MultiRootDeviceFixture : public ::testing::Test {
|
||||
cl_device_id devices[] = {
|
||||
device.get(), device2.get()};
|
||||
|
||||
context.reset(new MockContext(ClDeviceVector(devices, 2)));
|
||||
context.reset(new MockContext(ClDeviceVector(devices, 2), false));
|
||||
mockMemoryManager = reinterpret_cast<MockMemoryManager *>(device->getMemoryManager());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user