mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
remove kernelHeader from HeapInfo
Change-Id: Ic2d441df15a7f75b5f3ef41d484969148e59715f
This commit is contained in:
committed by
Chmielewski, Krystian
parent
515b3787f5
commit
3e8f05d702
@@ -35,9 +35,8 @@ void KernelArgBufferFixture::SetUp() {
|
||||
// setup kernel arg offsets
|
||||
KernelArgPatchInfo kernelArgPatchInfo;
|
||||
|
||||
kernelHeader.SurfaceStateHeapSize = sizeof(pSshLocal);
|
||||
pKernelInfo->heapInfo.pSsh = pSshLocal;
|
||||
pKernelInfo->heapInfo.pKernelHeader = &kernelHeader;
|
||||
pKernelInfo->heapInfo.SurfaceStateHeapSize = sizeof(pSshLocal);
|
||||
pKernelInfo->usesSsh = true;
|
||||
pKernelInfo->requiresSshForBuffers = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user