mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
[7/n] Internal 4GB allocator
- rename getBase to getCpuBase - change some test names accordingly. Change-Id: I6fb2e4714298250147ea7766a916d7f5d62edc54
This commit is contained in:
committed by
sys_ocldev
parent
cfe1f72dcb
commit
1602fa5a88
@@ -98,7 +98,7 @@ TEST_F(IndirectHeapTest, alignShouldAlignUpward) {
|
||||
EXPECT_GT(ptr2, ptr1);
|
||||
}
|
||||
|
||||
TEST_F(IndirectHeapTest, getBase) {
|
||||
auto base = indirectHeap.getBase();
|
||||
TEST_F(IndirectHeapTest, givenIndirectHeapWhenGetCpuBaseIsCalledThenCpuAddressIsReturned) {
|
||||
auto base = indirectHeap.getCpuBase();
|
||||
EXPECT_EQ(base, buffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user