mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Revert "refactor: split CpuInaccessible MemoryPool types to Device and System"
This reverts commit 2e8cf5fdf5.
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c68f7c8fe2
commit
af7bcbf99c
@@ -562,14 +562,13 @@ TEST(MemoryPoolLogging, givenGraphicsMemoryPoolWhenConvertingToStringThenCorrect
|
||||
DebugVariables flags;
|
||||
FullyEnabledFileLogger fileLogger(testFile, flags);
|
||||
|
||||
std::array<std::pair<MemoryPool, const char *>, 8> memoryPoolValues = {
|
||||
std::array<std::pair<MemoryPool, const char *>, 7> memoryPoolValues = {
|
||||
{{MemoryPool::MemoryNull, "MemoryNull"},
|
||||
{MemoryPool::LocalMemory, "LocalMemory"},
|
||||
{MemoryPool::System4KBPages, "System4KBPages"},
|
||||
{MemoryPool::System4KBPagesWith32BitGpuAddressing, "System4KBPagesWith32BitGpuAddressing"},
|
||||
{MemoryPool::System64KBPages, "System64KBPages"},
|
||||
{MemoryPool::System64KBPagesWith32BitGpuAddressing, "System64KBPagesWith32BitGpuAddressing"},
|
||||
{MemoryPool::LocalCpuInaccessible, "LocalCpuInaccessible"},
|
||||
{MemoryPool::SystemCpuInaccessible, "SystemCpuInaccessible"}}};
|
||||
|
||||
for (const auto &[pool, str] : memoryPoolValues) {
|
||||
|
||||
Reference in New Issue
Block a user