mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Change interface to pass Interface Descriptor Data as pointer
Change-Id: I0f33109b800a7607206954bb1e5cb0826290e6f3
This commit is contained in:

committed by
sys_ocldev

parent
2e06df06ff
commit
33fee15711
@ -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;
|
||||
|
Reference in New Issue
Block a user