mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Pass drm to MemoryInfo ctor
Related-To: NEO-6999 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
8afcc87dc5
commit
b49e2237c5
@ -27,7 +27,7 @@ struct BuffersWithClMemCacheClosTests : public DrmMemoryManagerLocalMemoryPrelim
|
||||
void SetUp() override {
|
||||
DrmMemoryManagerLocalMemoryPrelimTest::SetUp();
|
||||
|
||||
auto memoryInfo = new MockExtendedMemoryInfo();
|
||||
auto memoryInfo = new MockExtendedMemoryInfo(*mock);
|
||||
|
||||
mock->memoryInfo.reset(memoryInfo);
|
||||
mock->cacheInfo.reset(new MockCacheInfo(*mock, 1024, 2, 32));
|
||||
|
Reference in New Issue
Block a user