mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53: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
@@ -595,7 +595,8 @@ void GpgpuWalkerHelper<GfxFamily>::dispatchWalker(
|
||||
localWorkSizes,
|
||||
offsetInterfaceDescriptorTable,
|
||||
interfaceDescriptorIndex,
|
||||
preemptionMode);
|
||||
preemptionMode,
|
||||
nullptr);
|
||||
|
||||
if (&dispatchInfo == &*multiDispatchInfo.begin()) {
|
||||
// If hwTimeStampAlloc is passed (not nullptr), then we know that profiling is enabled
|
||||
@@ -761,7 +762,8 @@ void GpgpuWalkerHelper<GfxFamily>::dispatchScheduler(
|
||||
localWorkSizes,
|
||||
offsetInterfaceDescriptorTable,
|
||||
interfaceDescriptorIndex,
|
||||
preemptionMode);
|
||||
preemptionMode,
|
||||
nullptr);
|
||||
|
||||
// Implement enabling special WA DisableLSQCROPERFforOCL if needed
|
||||
GpgpuWalkerHelper<GfxFamily>::applyWADisableLSQCROPERFforOCL(commandStream, scheduler, true);
|
||||
|
||||
Reference in New Issue
Block a user