mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Pass memory placement info to StorageInfo
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
85eb6d7403
commit
61ca84e94b
@@ -255,6 +255,7 @@ HWTEST2_F(GmmTestsDG2, givenGmmForImageWithForceLocalMemThenNonLocalIsSetToFalse
|
||||
NEO::StorageInfo storageInfo = {};
|
||||
storageInfo.localOnlyRequired = true;
|
||||
storageInfo.memoryBanks = 2;
|
||||
storageInfo.systemMemoryPlacement = false;
|
||||
|
||||
std::unique_ptr<NEO::Gmm> gmm(new NEO::Gmm(mockExecEnv.rootDeviceEnvironments[0]->getGmmClientContext(), imgInfo, storageInfo, false));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user