mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
Rename HwHelper -> GfxCoreHelper
Related-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
15b6d94555
commit
03b687881f
@@ -117,7 +117,7 @@ void KernelDataTest::buildAndDecode() {
|
||||
auto kernelAllocation = pKernelInfo->getGraphicsAllocation();
|
||||
UNRECOVERABLE_IF(kernelAllocation == nullptr);
|
||||
auto &device = pContext->getDevice(0)->getDevice();
|
||||
auto &helper = device.getRootDeviceEnvironment().getHelper<CoreHelper>();
|
||||
auto &helper = device.getRootDeviceEnvironment().getHelper<GfxCoreHelper>();
|
||||
size_t isaPadding = helper.getPaddingForISAAllocation();
|
||||
EXPECT_EQ(kernelAllocation->getUnderlyingBufferSize(), kernelHeapSize + isaPadding);
|
||||
auto kernelIsa = kernelAllocation->getUnderlyingBuffer();
|
||||
|
||||
Reference in New Issue
Block a user