mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Use GfxPartition for GPU address range allocations
[2/n] - OsAgnosticMemoryManager Related-To: NEO-2877 Change-Id: I887126362381ac960608a2150fae211631d3cd5b Signed-off-by: Venevtsev, Igor <igor.venevtsev@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
bb6dfd4fe6
commit
165d1e4e55
@@ -732,6 +732,10 @@ TEST_F(EnqueueSvmTest, enqueueSVMMigrateMem_Success) {
|
||||
}
|
||||
|
||||
TEST(CreateSvmAllocTests, givenVariousSvmAllocationPropertiesWhenAllocatingSvmThenSvmIsCorrectlyAllocated) {
|
||||
if (!platformDevices[0]->capabilityTable.ftrSvm) {
|
||||
return;
|
||||
}
|
||||
|
||||
DebugManagerStateRestore dbgRestore;
|
||||
SVMAllocsManager::SvmAllocationProperties svmAllocationProperties;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user