mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
fix: Read appropriate entry for HBM channels
Related-To: NEO-11949 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
abbc08bb67
commit
be4570fe10
@@ -180,6 +180,8 @@ TEST(DrmSystemInfoTest, givenSystemInfoCreatedFromDeviceBlobWhenQueryingSpecific
|
||||
EXPECT_EQ(0x2Du, systemInfo.getL3BankSizeInKb());
|
||||
EXPECT_EQ(0x24u, systemInfo.getSlmSizePerDss());
|
||||
EXPECT_EQ(0x25u, systemInfo.getCsrSizeInMb());
|
||||
EXPECT_EQ(0x04u, systemInfo.getNumHbmStacksPerTile());
|
||||
EXPECT_EQ(0x08u, systemInfo.getNumChannlesPerHbmStack());
|
||||
}
|
||||
|
||||
TEST(DrmSystemInfoTest, givenSystemInfoCreatedFromDeviceBlobAndDifferentMaxSubSlicesAndMaxDSSThenQueryReturnsTheMaxValue) {
|
||||
|
||||
Reference in New Issue
Block a user