mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
add memType and Memory channel support to systemInfo
use the updated systemInfo to acquire Memory Type. Signed-off-by: Vilvaraj, T J Vivek <t.j.vivek.vilvaraj@intel.com> Signed-off-by: Mayank Raghuwanshi <mayank.raghuwanshi@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
31250b343f
commit
c2ab7fcf70
@@ -32,6 +32,8 @@ TEST(DrmSystemInfoTest, givenSystemInfoCreatedWhenQueryingSpecificAtrributesThen
|
||||
|
||||
EXPECT_EQ(0u, systemInfo.getL3CacheSizeInKb());
|
||||
EXPECT_EQ(0u, systemInfo.getL3BankCount());
|
||||
EXPECT_EQ(0u, systemInfo.getMemoryType());
|
||||
EXPECT_EQ(0u, systemInfo.getMaxMemoryChannels());
|
||||
EXPECT_EQ(0u, systemInfo.getNumThreadsPerEu());
|
||||
EXPECT_EQ(0u, systemInfo.getMaxFillRate());
|
||||
EXPECT_EQ(0u, systemInfo.getTotalVsThreads());
|
||||
|
||||
Reference in New Issue
Block a user