Change interface to pass Interface Descriptor Data as pointer

Change-Id: I0f33109b800a7607206954bb1e5cb0826290e6f3
This commit is contained in:
Zdanowicz, Zbigniew
2018-05-11 13:33:16 +02:00
committed by sys_ocldev
parent 2e06df06ff
commit 33fee15711
5 changed files with 31 additions and 22 deletions

View File

@ -109,8 +109,9 @@ HWTEST_P(KernelSLMAndBarrierTest, test_SLMProgramming) {
0,
1,
kernelInfo.workloadInfo.slmStaticSize,
!!executionEnvironment.HasBarriers,
pDevice->getPreemptionMode()); // Barriers Enabled
!!executionEnvironment.HasBarriers, // Barriers Enabled
pDevice->getPreemptionMode(),
nullptr);
// add the heap base + offset
uint32_t *pIdData = (uint32_t *)indirectHeap.getCpuBase() + offsetInterfaceDescriptorData;